hypermesh scripting - how to get loadcollector names
Andy@LamteqSolutions
Altair Community Member
Hi all,
Am writing a script which builds a number of loadcollectors and loadsteps. What I would like is a script which interrogates the loadcollector, gets its name and then creates a loadstep with the same name. I can build the loadcollectors and the loadstep but I am missing the interrogation bit.
Cheers
Andy
0
Answers
-
If you have already loadcollector ID you can get the name by following command:
set loadcolname [hm_getvalue loadcols id=$id dataname=name]
0 -
Perfect, many thanks
0