circuit_link_gate_signals_not | R Documentation |
Link two signals from logic gates already added into the circuit. This function uses the result from NOT(outputSingal) to link into the asked inputSignal.
circuit_link_gate_signals_not(circuit, outputSignal, inputSignal)
circuit |
Circuit which will receive the gate. |
outputSignal |
The output signal to link. |
inputSignal |
The input signal to link. |
The new circuit with the both signals linked.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.