Destroying a recorder during an analysis

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

Moderators: silvia, selimgunay, Moderators

Post Reply
hugo.esquivel
Posts: 71
Joined: Sat Nov 29, 2008 10:18 am
Location: -

Destroying a recorder during an analysis

Post by hugo.esquivel »

How can I destroy a recorder during an analysis. Thanks in advance.
Hugo Esquivel
hugo.esquivel
Posts: 71
Joined: Sat Nov 29, 2008 10:18 am
Location: -

Re: Destroying a recorder during an analysis

Post by hugo.esquivel »

An example to illustrate my point: I have three blocks of analysis procedures in my model and I would like that OpenSees stops recording a parameter before it starts with the third analysis procedure. How can I do that? Many thanks.
Hugo Esquivel
avytin
Posts: 75
Joined: Fri Dec 08, 2006 5:41 pm
Location: MiT

Post by avytin »

try something like that:

# Creating a recorder:
set r_1 [recorder Node -file output_disp_31.txt -nodeRange 1 4204 -time -dT 1. -dof 1 2 disp]

# destroying the recorder:
remove recorder $r_1
hugo.esquivel
Posts: 71
Joined: Sat Nov 29, 2008 10:18 am
Location: -

Post by hugo.esquivel »

It worked, thanks.
Hugo Esquivel
Post Reply