How to get the time vs acceleration values from dynamic analysis using OpenStaad in Staadpro connect?

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?

Parents Reply Children
  • 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.

    output.GetTimeHistoryResponse(0,80,DegreesOfFreedom.Fx, TimeHistoryResponseType.dispResponse, results)