hm_gettypefromidpoolnumber

Returns the type for a specified pool ID in the current user profile.

Syntax

hm_gettypefromidpoolnumber pool_id

Type

HyperMesh Tcl Query Command

Description

Returns the type for a specified pool ID in the current user profile.

Inputs

pool_id
The ID of the solver pool to query.

Examples

To get the type for ID pool 20 for LS-DYNA:

hm_gettypefromidpoolnumber 20

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

2019