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