hm_ce_getunsyncdata
Returns data which are not synchronized from the connectorcontrol assigned to a connector.
Syntax
hm_ce_getunsyncdata id option
Type
HyperMesh Tcl Query Command
Description
Returns data which are not synchronized from the connectorcontrol assigned to a connector.
Inputs
- id
- The ID of the connector to query.
- option
- 0 - Returns common data
Examples
To get unique data from the connector with ID 101:
set unique_data [hm_ce_getunsyncdata 101 1]
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2021