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

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

11.0.130