hm_gettypefromidpoolnumber
Returns the type for a specified pool ID.
Syntax
hm_gettypefromidpoolnumber solver_template_id pool_id
Type
HyperMesh Tcl Query Command
Description
Returns the type for a specified pool ID.
Inputs
- solver_template_id
- The ID of the solver template. Set to 0 to use current template.
- 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