hm_getcontrolcardattribute
Returns the value of an attribute on a control card.
Syntax
hm_getcontrolcardattribute card_name attribute_name
Type
HyperMesh Tcl Query
Description
Returns the value of an attribute on a control card.
Inputs
- card_name
- The name of the control card.
- attribute_name
- The name of the queried attribute in the control card.
Example
If a control card and/or attribute is not present, an error occurs. Use hm_controlcardattributedefined or @controlcardattributedefined() to verify the existence of a control card or attribute.