hm_panelnamevalid
Determines if the specified panel name is a valid HyperMesh panel.
Syntax
hm_panelnamevalid panel_name
Type
HyperMesh Tcl Query Command
Description
This command returns 1 if the specified panel exists and 0 otherwise.
Inputs
- panel_name
- The name of the panel to query.
Example
To determine if a panel named "load steps" exists:
hm_panelnamevalid "load steps"
Errors
None.