🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

search for PARAM card

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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.

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    If you have access to altair script exchange kindly have aa look with param Keyword.Readily available macro would be available similar to your requirement.

    See attached screenshot.

     

    Regards

    Rahul R

    <?xml version="1.0" encoding="UTF-8"?>Param.JPG

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi Rahul,

     

    Sorry but I dont have access to altair script exchange

    User: "Rahul Rajan_21763"
    New Altair Community Member
    Updated by Rahul Rajan_21763

    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

    Unable to find an attachment - read this blog

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

     

     

    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.

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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