Subroutine Type |
Utility/Data Access |
|
Definition |
Retrieves the mode that MotionSolve is in. |
|
Use |
The function can be called by any user-defined subroutine. |
|
Calling Syntax |
FortranCALL GETINM (VALUE)
Cc_getinm (value)
Pythonvalue = py_getinm() |
|
Input Arguments |
No input arguments. |
|
Output Values |
[integer] value |
An integer variable that is equal to 1 if MotionSolve is in an interactive mode and 0 if it is in command file model. |
See Also: