Previous Topic

Next Topic

...Define Data-Plot During Analysis

# ---------RecorderPlot.tcl------------------------------------------------------------------------------------

set pfile "Data/node.out";

recorder Node $pfile disp -time -node $IDctrlNode -dof 1

set title PushFrame$Xframe;

recorder plot $pfile $title 0 0 350 350 -columns 2 1

set pfile "Data/Elem1.out";

set title PushElem1;

recorder Element 1 -time -file $pfile globalForce

recorder plot $pfile $title 400 0 350 350 -columns 2 1