Analytics Builder 10.14.0 | Using Analytics Builder for Cumulocity IoT | Block Reference | Logic | AND
 
AND
apama.analyticskit.blocks.core.And
Performs a logical 'and' on the inputs.
If all the connected inputs are true, then the output will be true, else false. If any of the inputs is of type pulse, then the output will be a pulse. Any combination of pulse and boolean inputs is valid. The block functions even if some inputs are not connected.
Input Port Details
Name
Description
Type
Value 1
First input value to the block.
boolean
Value 2
Second input value to the block.
boolean
Value 3
Third input value to the block.
boolean
Value 4
Fourth input value to the block.
boolean
Value 5
Fifth input value to the block.
boolean
Output Port Details
Name
Description
Type
AND
The logical 'and' of the inputs.
pulseOrBoolean(value1, value2, value3, value4, value5)