or
Syntax
- or: expression
Description
An or operation is a special form of the general expression operation, where the input value is implicitly combined with the expression result via a logical OR operation. It is equivalent to:
- expression: this or (expression)
Examples
- AdapterScript
var1:
- source: AIN0 > 2
- or: AIN1 > 2
info
In the above example, AIN0
and AIN1
are identifiers available in LabJack data sources.