Hi all,
is there a fast way to get a plot (recorder command) directly at the end of the analysis the force displacement curves for all the piers?
Cheers,
Giovanni
Get a plot with hysteretic curve of the structure
Moderators: silvia, selimgunay, Moderators
-
giovannimilan
- Posts: 71
- Joined: Wed Apr 05, 2017 12:49 am
- Location: ARUP, amsterdam
Re: Get a plot with hysteretic curve of the structure
no .. you need to put the command in the script .. typically i build things inside for and while loops, if i needed to have a recorder for all piers, i would add the element tag to a list that is added to inside one of these loops and then issue the recorder command once all have been constructed using this list and an eval command.