HyperWorks Solvers

GTUNTS

GTUNTS

Previous topic Next topic No expanding text in this topic  

GTUNTS

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Subroutine Type

Utility/Data Access

Definition

Retrieves unit information from MotionSolve.

Use

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

Calling Syntax

Fortran

CALL GTUNTS(EXIST, SCALES, UNITS)

 

C

c_gtunts(exists, scales, units)

 

Python

[exist, scales, units] = py_gtunts()

 

MATLAB

[exist, scales, units] = m_gtunts()

Input Arguments

None.

Output Values

[logical] EXIST

If this variable is true, then units were set for the model.

 

[double precision] SCALES

An array that contains conversion factors from model units to SI units for time, length, force, and mass.

 

[int] UNITS

An array that contains two character abbreviations for units of time, length, force, and mass.

See Also:

Data Access Subroutines