Logical Block

Logical Block

The Logical block emits a boolean comparison of two input signals. It has four different modes of operation: And, Or, Nor, and Nand.

In Pictorus, any non-zero value is considered "Truthy", whereas "Falsy" is represented by 0.0.

Parameters

  • Method [And | Or | Nor | Nand]
    • And Emits True when both inputs are True (non-zero).
    • Or Emits True when either input is True (non-zero).
    • Nor Emits True when neither input is True (non-zero).
    • Nand Emits True when both inputs are False (zero).

Examples

Logical Example