Logical Exclusive OR Block
Logical Exclusive OR Block
The output y is false, if the first input u1 and
the second input u2 are both false or both true.
In all other cases the output y is true.
+---------------------------------+
| input output |
| -> |
| u1 u2 y |
+---------------------------------+
| true true false |
| true false true |
| false true true |
| false false false |
+---------------------------------+
Generated at 2025-03-11T19:24:33Z
by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos