Tcl Lists in Recorder Objects

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
structural10
Posts: 8
Joined: Tue May 04, 2010 6:46 am
Location: Virginia Tech

Tcl Lists in Recorder Objects

Post by structural10 »

Is there any way to pass a Tcl list of node or element numbers to the recorder object?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you have 2 options:
1)use the -xml option if you want the info about whats in the file.
2) issue a wipe command when done, open a new file place the data you want in it, open the recorder output file, read the data and append it to the end of the data in newly opened file.
structural10
Posts: 8
Joined: Tue May 04, 2010 6:46 am
Location: Virginia Tech

Post by structural10 »

Just as a follow-up, I found the answer to my question on an older post //opensees.berkeley.edu/community/viewtopic.php?t=21354&highlight=remove+recorder&sid=cfaa4c6f495a64ac231d6e61571ec49f. Thanks for your help, though, Frank.
Post Reply