Conditions.bool-condition

Returns True if any of the bool-terms are True

Format

bool-term [ OR bool-term ]*

Remarks

A bool-condition consists of one or more bool-term separated by OR operators.

The result of a bool-condition is True if any of the bool-term are True, otherwise

The result of a bool-condition is Unknown if any of the bool-term are Unknown, otherwise

The result of a bool-condition is False only if all of the bool-term are False.

The OR operator is lower precedence than the AND operator.


Disclaimer

ClearSCADA 2017 R2