hm_ce_getrealizedtestpoints

Gets the realized test points from the connector.

Syntax

hm_ce_getrealizedtestpoints connector_id

Type

HyperMesh Tcl Query Command

Description

Gets the realized test points from the connector.

Inputs

connector_id
The ID of the connector.

Examples

To get the realized test points location from the connector:

set ce_id [ hm_latestentityid connectors ]
set realized_pt_cords [ hm_ce_getrealizedtestpoints $ce_id]            

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

2022