hm_getdatatypecomponents
Returns a list of available data components for a specific result subcase and data type.
Syntax
hm_getdatatypecomponents subcase_id data_type_name
Type
HyperMesh Tcl Query Command
Description
Returns a list of available data components for a specific result subcase and data type.
Inputs
- subcase_id
- The ID of the result subcase.
- data_type_name
- The name of the data type.
Example
To get the list of available data components for data type "displacement" for subcase ID 5:
hm_getdatatypecomponents 5 "displacement"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.1