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: