Hello,
How can i get the node output recorder for all nodes in a one text file .
node recorder
Moderators: silvia, selimgunay, Moderators
you can use the all, but then you should use that with the -xml option, so you know which columns are which nodes, as they are output in some crazy way -- consistent with the internal node numbering.
othewise, keep the node numbers in a list and do this:
set myList "1 2 3 4 5" ; # for example
eval "recorder blablabla -node $myList bla bla bla"
othewise, keep the node numbers in a list and do this:
set myList "1 2 3 4 5" ; # for example
eval "recorder blablabla -node $myList bla bla bla"
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104