PARAM_STRING

Returns a parameter's values as they appear in an Adams command file.

Format

PARAM_STRING (Object Field)

Argument

 
Object Field
Character string denoting the name of an object followed by a field name (for example, mar1.orientation).

Examples

The following examples assume that you created a marker as follows:
marker create marker=mar1 location=(loc_relative_to({0,0,0}, mar2)) ori=1,2,3
Function
PARAM_STRING("mar1.location")
Result
"(LOC_RELATIVE_TO({0, 0, 0}, .mod1.ground.mar2))"
 
 
Function
PARAM_STRING("mar1.orientation")
Result
"1.0, 2.0, 3.0"