WOLFRAM SYSTEM MODELER
XorXor logic component with multiple input and one output |
SystemModel["Modelica.Electrical.Digital.Basic.Xor"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Xor component with multiple input values and one output.
According to the standard logic xor table (Tables.XorTable) the output value is calculated.
To avoid loops in the numerical treatment, the pre operator is applied to the output.
n |
Value: 2 Type: Integer Description: Number of inputs |
---|
x |
Type: DigitalInput[n] Description: Connector of Digital input signal vector |
|
---|---|---|
y |
Type: DigitalOutput Description: Connector of Digital output signal |
Modelica.Electrical.Digital.Gates XorGate with multiple input |