hm_getqephtimestep
Returns the time step calculated from QEPH elements in a component.
Syntax
hm_getqephtimestep name
Type
HyperMesh Tcl Query Command
Description
This command returns the time step calculated from QEPH elements in a component.
Inputs
- name
- The name of the component
Example
To get the time step from component named "Flange":
hm_getqephtimestep "Flange"
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0.130