Unsigned Array Toggle Demux

From Visuino
Revision as of 04:34, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayToggleDemux.png == Summary == Routes an unsigned array input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Array Toggle Demux** component takes a single unsigned array input and directs it to either the **True** or **False** output depending on the value of the **Select** pin. The **Initial Select Value** property determines the default routing state at startup. <b>Diagram:</b> [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedArrayToggleDemux.png

Summary

Routes an unsigned array input to one of two outputs based on a boolean control signal.

Description

The **Unsigned Array Toggle Demux** component takes a single unsigned array input and directs it to either the **True** or **False** output depending on the value of the **Select** pin. The **Initial Select Value** property determines the default routing state at startup.

Diagram:

Categories

Properties

  • Initial Select Value – Defines the default select state at startup (boolean).

Pins

Input Pins

  • In – Unsigned array input.
  • Select – Boolean control input that determines the active output channel.

Output Pins

  • True – Unsigned array output when **Select** is true.
  • False – Unsigned array output when **Select** is false.