HyperWorks Solvers

GETVER

GETVER

Previous topic Next topic No expanding text in this topic  

GETVER

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 MotionSolve version number.

Use

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

Calling Syntax

Fortran

CALL GETVER(VALUE)

 

C

c_getver(value)

 

Python

value = py_ getver()

 

MATLAB

value = m_ getver()

Input Arguments

None.

Output Values

[character*(*)] value

A character string or a string variable that contains the MotionSolve version.

See Also:

Data Access Subroutines