VARVAL
Returns current value of Reference_Variable element.
Format
VARVAL(id)Arguments
- id
- The ID of the Reference_Variable element.
Example
<Force_Scalar_TwoBody
id = "32"
type = "Force"
i_marker_id = "175"
body1_id = "31"
j_marker_id = "176"
body2_id = "35"
val_expression = "VARVAL(121)" >
</Force_Scalar_TwoBody>
<Reference_Variable
id = "121"
type = "EXPRESSION"
expr = "-10*(sqrt(VX(11)**2+VY(11)**2))">
</Reference_Variable>