hm_getdatatypeaveraginglist
Returns a list of available averaging modes for the specified data type.
Syntax
hm_getdatatypeaveraginglist subcase_id data_type_name
Type
HyperMesh Tcl Query Command
Description
Returns a list of available averaging modes for the specified data type.
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 averaging modes for data type “Composite Stress” for subcase ID 5:
hm_getdatatypeaveraginglist 5 "Composite Stress"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2022.2