sim_weighted_number_of_ge_propagated_status

This command returns the sum of all the  weights of the relationships that propagate a status greater than or equal to a certain value.

The syntax for sim_weighted_number_of_ge_propagated_status is as follows:

sim_weighted_ge_propagated_status($STATUS, $SUM);
$SUM=sim_weighted_ge_propagated_status($STATUS);

sim_weighted_number_of_ge_propagated_status arguments

Argument

Mode

Type

Description

$STATUS

Input

STRING

Specifies the status for which you want to count the number of statuses that have been propagated that are greater than or equal to the specified status

$SUM

Output

INTEGER

The sum of all the weights of the relationships that propagate a status greater than or equal to $STATUS

Use the sim_weighted_number_of_ge_propagated_status to return the sum ($SUM) of all the weights of the relationships that propagate a status greater than or equal to a certain value ($STATUS).

Note

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

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

Comments