hm_getdatatyperesolvedinlist
Returns a list of available systems the specified data type can be resolved in.
Syntax
hm_getdatatyperesolvedinlist subcase_id data_type_name
Type
HyperMesh Tcl Query Command
Description
Returns a list of available systems the specified data type can be resolved in.
Inputs
- subcase_id
- The ID of the result subcase.
- data_type_name
- The name of the data type.
Examples
To get the list of available systems for data type “Composite Stress” for subcase ID 5:
hm_getdatatyperesolvedinlist 5 "Composite Stress"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2