and2 - Two-input AND gate
Contents
Functions
and2.N
License
GPL
LinuxCNC Documentation 2025-08-07 AND2(9)
Name
and2 - Two-input AND gate
Pins
and2.N.in0 bit in
and2.N.in1 bit in
and2.N.out bit out
The out pin is computed from the value of the in0 and in1 pins according to the following rule:
in0=TRUEin1=TRUEout=TRUE
Otherwise,
out=FALSESee Also
logic(9), lut5(9), not(9), or2(9), xor2(9).
Synopsis
loadrtand2[count=N|names=name1[,name2...]]
