Gate

Last modified by KDearnley on 2023/07/31 14:06

Gate

The Gate can perform logical operations on Boolean inputs.

Details

Gate.PNG
Object: Gate

Category: Flow

Inputs

INPUTS
Test.pngTest GateCompare Boolean A to Boolean B. Any outputs will send a signal depending on the result.
SetA.pngSet ASet the first Boolean value as specified in the input's properties.
SetB.pngSet BSet the second Boolean value as specified in the input's properties.

Outputs

OUTPUTS
AND.pngANDWhen tested, if both A and B are true, send the signal. The activator is unchanged from the input signal.
NAND.pngNANDWhen tested, if A and B are not both true, send the signal. The activator is unchanged from the input signal.
OR.pngORWhen tested, if A or B is true, send the signal. The activator is unchanged from the input signal.
NOR.pngNORWhen tested, if neither A nor B are true, send the signal. The activator is unchanged from the input signal.
XOR.pngXORWhen tested, if only one of A or B is true, send the signal. The activator is unchanged from the input signal.
XNOR.pngXNORWhen tested, if A and B are both true or both false, send the signal. The activator is unchanged from the input signal.

Properties

PROPERTIES
PropertyTypeDescription
NameStringThe name of this object. Rename an object to make it easy to identify.
ABooleanThe first Boolean value. Can be fixed or variable.
BBooleanThe second Boolean value. Can be fixed or variable.
Tags: Flow