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

TypeNameDefaultDescription
Connectors.BooleanOutputy (from BooleanSO)Boolean output
Connectors.BooleanInputu1 (from BooleanSI2SO)Input 1
Connectors.BooleanInputu2 (from BooleanSI2SO)Input 2