hm_getpoolaliasname

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

Syntax

hm_getpoolaliasname pool_id

Type

HyperMesh Tcl Query Command

Description

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

Inputs

pool_id
The ID of the solver pool to query.

Examples

To get the alias name for ID pool 20 for LS-DYNA:

hm_getpoolaliasname 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