hm_getsolverkeyworddiagnosis

Returns diagnosis for the registered keywords of a solver profile.

Syntax

hm_getsolverkeyworddiagnosis ?entitytype=<value>? ?keyword=<value>? ?showall=<value>?

Type

HyperMesh Tcl Query Command

Description

This command always returns a STRING report of the diagnosis.

Inputs

entitytype=<value>
The entity type for which diagnosis is requested.
keyword=<value>
The keyword for which diagnosis is requested.
showall=<value>
When a non-zero value is specified, the command will return a report for all keywords. Default is 0.

Examples

To query diagnosis for the entire keyword store:
hm_getsolverkeyworddiagnosis
To query diagnosis for the groups entity type:
hm_getsolverkeyworddiagnosis entitytype=groups

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

2025.1