Boolean (Digital) Or
Jump to navigation
Jump to search
Summary
Outputs True if any Boolean input is True.
Description
The Boolean (Digital) Or component performs a logical OR operation across multiple Boolean inputs.
If one or more inputs are True, the output is True.
If all inputs are False, the output is False.
This component is useful when you want to trigger an action if at least one condition is satisfied.
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 OR operation.
Pins
- In – Boolean input pins [0] to [N-1], where N is set by Input Pins.
- Out – Boolean output, True if any input is True.