zhuminjie / OpenSeesPy

OpenSeesPy versions, doc, and pip
Other
167 stars 66 forks source link

Recorder command problem #132

Closed hszhang1 closed 5 months ago

hszhang1 commented 5 months ago

Hi, recently I am trying to record the element force and displacement values in .out file or .txt file. However, after I used the recorder command in openseespy, and open the .out file or .txt file, the file is empty and no data is recorded in the file. Can I know what the problem may be for this issue?

Screenshot 2024-04-25 155928

mhscott commented 5 months ago

You have to define the recorder before ops.analyze

hszhang1 commented 5 months ago

Thank you very much!