Unsigned Array Demux(Multiple Output channel Switch): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoUnsignedArrayDemux.png == Summary == Routes an unsigned array input to one of multiple outputs based on an integer control signal. == Description == The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channe..."
 
(No difference)

Latest revision as of 04:37, 22 August 2025

File:TArduinoUnsignedArrayDemux.png

Summary

Routes an unsigned array input to one of multiple outputs based on an integer control signal.

Description

The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channel** property defines which output is active at startup.

Diagram:

Categories

Properties

  • Initial Channel – Defines which output channel is active at startup.
  • Output Pins – Number of unsigned array output pins generated.

Pins

Input Pins

  • In – Unsigned array input.
  • Select – Integer input that determines which output channel receives the array.

Output Pins

  • Out – Unsigned array outputs; the number of pins depends on the **Output Pins** property.