Operator OR
![]() |
![]() |
| Vector | C | ST | |
| in the palette | on the schematic |
The block implements the boolean OR operation:

where x(t) is the output signal of the block, u1(t), u2(t) are the input signals.

where x(t) is the output signal of the block, u1(t), u2(t) are the input signals.
Inputs
- u_n - the port for the n-th input signal. The number of input ports is configured in the block properties.
Outputs
- Y - the port for the result of the operation.
Properties
- Number of ports - the number of input ports n.
Parameters
none
Note:
- If the input signal is not a logical (0 or 1), but an integer value signal, all non-zero signals are considered by the block as equal to one (True). The output of the block can only be 0 or 1.
- In SimInTech, the logical one (True) is 1, the logical zero (False) is 0.

