hm_getmodelchkvaluelevellimitcriteriaattribute

Returns model check values for level, limit, criteria and attributes.

Syntax

hm_getmodelchkvaluelevellimitcriteriaattribute display_name

Type

HyperMesh Tcl Query Command

Description

This command returns model check values for level, limit, criteria and attributes for the specified check display name.

Inputs

display_name
The display name of the check to query.

Example

To get the attribute values for check "Material E is not defined":

hm_getmodelchkvaluelevellimitcriteriaattribute "Material E is not
          defined"

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

12.0