HyperWorks Solvers

GTONAM

GTONAM

Previous topic Next topic No expanding text in this topic  

GTONAM

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

Subroutine Type

Utility/Data Access

Definition

Returns the base-name of the MotionSolve output files.

Use

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

Calling Syntax

Fortran

CALL GTONAM(STRG)

 

C

c_gtonam(strg)

 

Python

strg = py_gtonam()

 

MATLAB

strg = m_gtonam()

Input Arguments

None.

Output Values

[character] STRG

A string containing the base name of the MotionSolve output file.

Comments

You are responsible for providing sufficient storage in the output array.

Example

If MotionSolve is launched with the output filename c:\work\pendulum.mrf, then the call to GTONAM yields an output STRG= “c:\work\pendulum”.

See Also:

GTINAM

Data Access Subroutines