GETSTM

Utility/Data Access SubroutineRetrieves the current MotionSolve simulation time.

Use

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

Format

Fortran Calling Syntax
CALL GETSTM(VALUE)
C/C++ Calling Syntax
c_getstm(value)
Python Calling Syntax
value = py_ getstm()
MATLAB Calling Syntax
value = m_ getstm()

Output Values

value
[double precision]
The output value represents the current simulation time.