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 |
FortranCALL GTONAM(STRG)
Cc_gtonam(strg)
Pythonstrg = py_gtonam()
MATLABstrg = 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: