PINVAL

Returns a specific component of the Control_PlantInput element.

Format

PINVAL (id, comp)

Arguments

id
The ID of the Control_PlantInput element.
comp
The component of the Control_PlantInput 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  = "PINVAL(12, 1) +  PINVAL(12, 2)" >
</Force_Scalar_TwoBody>
<Reference_Variable
     id                = "121"
     type              = "EXPRESSION"
     expr              = "sqrt(VX(11)**2+VY(11)**2)">
</Reference_Variable>
<Reference_Variable
     id                = "122"
     type              = "EXPRESSION"
     expr              = "sqrt(VX(12)**2+VY(12)**2)">
</Reference_Variable>
<Control_PlantInput
     id                = "12"
     is_active         = "TRUE"
     num_variable      = "2"
     variable_id_list  = "121, 122">
</Control_PlantInput>