blockXor
Logical 'xor'
Extends from Interfaces.PartialConverters.BooleanSI2SO (Converter with two boolean inputs and a boolean output).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The boolean output y is true, if either (but not both) boolean inputs u1 and u2 are true, and false else.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.BooleanOutput | y (from BooleanSO) | Boolean output | |
| Connectors.BooleanInput | u1 (from BooleanSI2SO) | Input 1 | |
| Connectors.BooleanInput | u2 (from BooleanSI2SO) | Input 2 |