hm_getmodelcheckfailedcount
Returns the number of entities failing a given model checker check.
Syntax
hm_getmodelcheckfailedcount check_name
Type
HyperMesh Tcl Query Command
Description
Returns the number of entities failing a given model checker check.
Inputs
- check_name
- The name of the check, as given in the model checker config file.
Example
To get the number of entities failing the "Number of defined materials" check:
hm_getmodelcheckfailedcount "Number of defined materials"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2017.1