search for PARAM card
Hi,
Using tcl, I want to find whether any PARAM card is already defined or not, and if found, edit it. Also similary if I want find any Load collectors or load steps already defined (by name), is there any way to do that ?
Thanks.
Answers
-
-
Hi Rahul,
Sorry but I dont have access to altair script exchange
0 -
See attached macro.
The script is used to display PARAM cards activated in the deck before the deck is exporte (compatible with 11.0 version with Radioss bulk profile)
You may get some useful information from attached macro.Requesting tcl experts to comment.
Regards
Rahul R
0 -
Altair Forum User said:
Hi,
Using tcl, I want to find whether any PARAM card is already defined or not, and if found, edit it. Also similary if I want find any Load collectors or load steps already defined (by name), is there any way to do that ?
Thanks.
Hi,
using
hm_entityinfo exist cards PARAM -byname
please try with other entity types
0 -
Altair Forum User said:
Hi,
using
hm_entityinfo exist cards PARAM -byname
please try with other entity types
Hi tinh,
Thanks it worked.. BTW any command to get total number of load steps defined ? Like If I have 5 loadsetps, i want the count 5.
0 -
Altair Forum User said:
Hi tinh,
Thanks it worked.. BTW any command to get total number of load steps defined ? Like If I have 5 loadsetps, i want the count 5.
Hi,
using hm_count
please search in help for arguments of this command
0