Digital (Boolean) And
Jump to navigation
Jump to search
Summary
Outputs True only when all Boolean inputs are True.
Description
The Digital (Boolean) And component performs a logical AND operation across multiple Boolean inputs.
If all inputs are True, the output is True.
If one or more inputs are False, the output is False.
This component is useful for combining multiple conditions where all must be satisfied before triggering an action.
Diagram:
Categories
- File:TLogicToolbarCategory.png Category Logic – Boolean operations and combinational logic.
Properties
- Input Pins – Integer; defines the number of Boolean inputs to include in the AND operation.
Pins
- In – Boolean input pins [0] to [N-1], where N is set by Input Pins.
- Out – Boolean output, True only when all inputs are True.