hm_ce_getconfigfromconnectorcontrol
Gets the FE config name from a connector control or connector control default.
Syntax
hm_ce_getconfigfromconnectorcontrol entity_type name
Type
HyperMesh Tcl Query Command
Description
Gets the FE config name from a connector control or connector control default.
Inputs
- entity_type
- The type of entity to query. Valid values are connectorcontrol and connectorcontroldefault.
- name
- The name of the entity to query.
Examples
Get the FE config name from connectorcontroldefault rbe3_(load_transfer)_spot_nastran_template:
set fe_config [hm_ce_getconfigfromconnectorcontrol connectorcontroldefault "rbe3_(load_transfer)_spot_nastran_template"]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021