GETINM

Utility/Data Access SubroutineRetrieves the mode that MotionSolve is in.

Use

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

Format

Fortran Calling Syntax
CALL GETINM (VALUE)
C/C++ Calling Syntax
c_getinm (value)
Python Calling Syntax
value = py_getinm()

Output

value
[integer]
An integer variable that is equal to 1 if MotionSolve is in an interactive mode and 0 if it is in command file model.