hm_panelnamevalid

Determines if the specified パネル name is a valid HyperMesh panel.

Syntax

hm_panelnamevalid panel_name

Type

HyperMesh Tcl Query Command

Description

This command returns 1 if the specified パネル exists and 0 otherwise.

Inputs

panel_name
The name of the パネル to query.

Example

To determine if a パネル named "load steps" exists:

hm_panelnamevalid "load steps"

Errors

None.