logXor

Connection diagram

logXor
in_0       out
in_1       invOut
...      
in_999      
         
 

Description

Output state is a logical XOR (exclusive-or) function of the states of the connected inputs.
If any connected input has true state, output state becomes true.
If all connected inputs have true state, output state becomes false.
If no input connection is made, output state is false.

Inputs

in_0 ... in_999

Typeboolean
N.C.ignored

Inputs 0 to 999 can be connected in any order.

Outputs

out

Typeboolean

XOR function of the connected inputs.

invOut

Typeboolean

Inverted function of output.