HyperWorks Solvers

GETINM

GETINM

Previous topic Next topic No expanding text in this topic  

GETINM

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 mode that MotionSolve is in.

Use

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

Calling Syntax

Fortran

CALL GETINM (VALUE)

 

C

c_getinm (value)

 

Python

value = 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:

Data Access Subroutines