﻿### Selection logic gate

This parameter defines the function of the logic function.

*Invert (NOT)*: The inverter is configured. The gate has one input and one output. The Boolean data value of the input is forwarded to the output inverted.

*And (AND)*: An AND gate is configured. The gate has 1...4 inputs and one output. The inputs are logically AND-linked. The result is forwarded to the output.

*Or (OR)*: An OR gate is configured. The gate has 1...4 inputs and one output. The inputs are logically OR-linked. The result is forwarded to the output.

*Exclusive-OR (XOR)*: An exclusive-OR gate is configured. The gate has 1...4 inputs and one output. The inputs are logically Exclusive-OR-linked. The result is forwarded to the output.

*Inverted And (NAND)*: An AND gate is configured. The gate has 1...4 inputs and one output. The inputs are logically AND-linked. The result is forwarded to the output inverted.

*Inverted OR (NOR)*: An OR gate is configured. The gate has 1...4 inputs and one output. The inputs are logically OR-linked. The result is forwarded to the output inverted.

*Inverted Exclusive-OR (NXOR)*: An inverted Exclusive-OR gate is configured. The gate has 1...4 inputs and one output. The inputs are logically Exclusive-OR-linked. The result is forwarded to the output inverted.

*AND with feedback (ANDR)*: An AND gate with feedback is configured. The gate has 1...4 inputs and one output. The output is fed back to the first input of the gate.
