blockXor
Logical 'xor': y = u1 xor u2
Extends from Blocks.Interfaces.partialBooleanSI2SO (Partial block with 2 input and 1 output Boolean signal).
Information
The output is true if exactly one input is true, otherwise the output is false.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.BooleanInput | u1 (from partialBooleanSI2SO) | Connector of first Boolean input signal | |
| Blocks.Interfaces.BooleanInput | u2 (from partialBooleanSI2SO) | Connector of second Boolean input signal | |
| Blocks.Interfaces.BooleanOutput | y (from partialBooleanSI2SO) | Connector of Boolean output signal |