I am trying to get the time vs acceleration values from the results in dynamic analysis in Staadpro using OpenStaad. I had come across a person asking the same question in 2013 and it seems that there was no function back then that could access these values. Is there any progress on if we could get these values through OpenStaad?
the documentation doesnt show these commands for me. Are these commands only available in the advanced version of staadpro? I have the base version. I am getting an error when i try to use the function.
These functions are available from STAAD.Pro CE V22 U5 (22.05.00.131)
Answer Verified By: S Sharan Kumar
i tried using the function and i get the error DegreesOfFreedom is not defined. I am writing the script in python and other functions such as GetNodeCount and GetMemberCount work. Could you tell me how i can resolve this error? Could you share the documentation for syntax in python for openstaad. I found a small page on bentley help, which only told how to define a function using flagmethod. It didnt mention how to define the parameters for the functions such as degreeofFreedom.Fy
This is what i wrote in the script.