POUVAL

Returns a specific component of Control_PlantOutput element.

Format

POUVAL(id, comp)

Arguments

id
The ID of the Control_PlantOutput element.
comp
The component of the Control_PlantOutput 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   = "POUVAL(12, 1) +
                           POUVAL(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_PlantOutput
     id                 = "12"
     is_active          = "TRUE"
     num_variable       = "2"
     variable_id_list   = "121, 122">
</Control_PlantOutput>