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
1 - Returns unique data on connector
2 - Returns unique data on connectorcontrol

Examples

To get unique data from the connector with ID 101:

set unique_data [hm_ce_getunsyncdata 101 1]

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2021