Gate
The Gate can perform logical operations on Boolean inputs.
Details
 | Object: Gate
Category: Flow
|
| INPUTS |
|---|
 | Test Gate | Compare Boolean A to Boolean B. Any outputs will send a signal depending on the result. |
 | Set A | Set the first Boolean value as specified in the input's properties. |
 | Set B | Set the second Boolean value as specified in the input's properties. |
Outputs
| OUTPUTS |
|---|
 | AND | When tested, if both A and B are true, send the signal. The activator is unchanged from the input signal. |
 | NAND | When tested, if A and B are not both true, send the signal. The activator is unchanged from the input signal. |
 | OR | When tested, if A or B is true, send the signal. The activator is unchanged from the input signal. |
 | NOR | When tested, if neither A nor B are true, send the signal. The activator is unchanged from the input signal. |
 | XOR | When tested, if only one of A or B is true, send the signal. The activator is unchanged from the input signal. |
 | XNOR | When tested, if A and B are both true or both false, send the signal. The activator is unchanged from the input signal. |
Properties
| PROPERTIES |
|---|
| Property | Type | Description |
| Name | String | The name of this object. Rename an object to make it easy to identify. |
| A | Boolean | The first Boolean value. Can be fixed or variable. |
| B | Boolean | The second Boolean value. Can be fixed or variable. |