sim_total_propagated_weighted_status_val

sim_total_propagated_weighted_status_val—returns the sum each numeric  value of each propagated status multiplied by the weight of each relationship.

The syntax for sim_total_propagated_weighted_status_val is as follows:

sim_total_propagated_weighted_status_val($SUM);
$SUM = sim_total_weighted_propagated_status_val();

sim_total_propagated_weighted_status_val arguments

Argument

Mode

Type

Description

$SUM

Output

INTEGER

The sum of the numeric value of each propagated status multiplied by the weight of each relationship

Use the sim_total_propagated_weighted_status_val to return the sum ($SUM) of the numeric value of each propagated status multiplied by the weight of each relationship (excluding disabled relationship with a propagated_status=NONE).

Note

The sim_total_propagated_weighted_status_val primitive fails when used outside of an impact status computation action.

Was this page helpful? Yes No Submitting... Thank you

Comments