Python + Plot + NorSand + η

Is it possible using python to output plots of η?

For example can do IncrementalDeviatoricStrain using: g_o.Plots[0].ResultType = g_o.ResultTypes.Soil.IncrementalDeviatoricStrain

Parents Reply
  • Firstly, I want to mention that I am conducting fully coupled analyses.

    I have been attempting to track norsand variables, and in this regard, I have experimented with two commands: getcurveresults (gcres) and getsingleresult (gsre). However, it appears that gcres does not store StateParameters, and gsre is limited to retrieving results from the last step of a phase. Could you please confirm if my understanding is accurate?

    Regarding my previous question, I have since verified that the error I was encountering was originated from the step I was attempting to retrieve.

Children