XOR Class Reference
Detailed Description

schema
Truth table for a XOr Gate
in1 | in2 | out |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
- Initialisation parameters:
- pushed = True|False push the output buffer immediately if True.
- factors = number of input channels. Default is 2.
- Input channels:
- in1, in2, ... = incoming signal
- Output channels:
- out = in_1
in_2
...
in_x
- out = in_1
Inherits Circuit.
Additional Inherited Members | |
![]() | |
name | |
Name of the circuit. More... | |
enabled | |
if it is working... More... | |
machine | |
Reference to the virtual machine to which this circuit belongs. More... | |
pushed | |
Push output buffer at the end of Update. More... | |
I | |
Dictionary of input channels. | |
O | |
Dictionary of output channels. | |
cCoreID | |
index of circuit in cCore | |
Documentation for pyVAFM