@OpenSeesCloud But it's empty inside.
Then run again without the - in -file:
ops.recorder('EnvelopeNode','file','Node_disp_max.csv','-timeSeries', 1 ,'-node',0,1,2,3,4,5,6,7,8,'-dof',1,'disp')
Then the result is output to the csv file created in the first sentence.
What is the correct way?
@OpenSeesCloud
Please let me know how to use the correct recorder command envelope node in openseespy.
ops.recorder('EnvelopeNode','-file','Node_disp_max.csv','-timeSeries', 1 ,'-node',0,1,2,3,4,5,6,7,8,'-dof',1,'disp')
Then, a file named "Node_disp_max.csv" will be output.