HyperWorks Solvers

GETSTM

GETSTM

Previous topic Next topic No expanding text in this topic  

GETSTM

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Subroutine Type

Utility/Data Access

Definition

Retrieves the current MotionSolve simulation time.

Use

The function can be called by any user-defined subroutine.

Calling Syntax

Fortran

CALL GETSTM(VALUE)

 

C

c_getstm(value)

 

Python

value = py_ getstm()

 

MATLAB

value = m_ getstm()

Input Arguments

No input arguments.

Output Values

[double precision] value

The output value represents the current simulation time.

See Also:

Data Access Subroutines