hm_ce_getconnectorcontrol
Returns connector control or connector control default information from a connector.
Syntax
hm_ce_getconnectorcontrol id
Type
HyperMesh Tcl Query Command
Description
Returns the type, ID, and name of the connector control/connector control default assigned to a given connector.
Inputs
- id
- The ID of the connector to query.
Examples
To get the connector control or connector control default for the connector with ID 101:
set ctrl_info [hm_ce_getconnectorcontrol 101]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021