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?
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.
These functions are available from STAAD.Pro CE V22 U5 (22.05.00.131)
Answer Verified By: S Sharan Kumar
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.
please follow these steps: Help>> OpenSTAAD Help>> Module
Thanks a lot. I think these functions are what i need. Could you tell me where i can find the functions in the screenshot. I wasnt able to find them in the Openstaad documentation online.