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

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

Latest revision as of 05:20, 22 August 2025

File:TArduino64BitUnsignedDemux.png

Summary

Routes a 64-bit unsigned input to one of multiple outputs based on an integer control signal.

Description

The **64-bit Unsigned Demux (Multiple Output Channel Switch)** component takes a single 64-bit unsigned input and directs it to one of several outputs, depending on the value of the **Select** pin. The number of output pins is defined by the **Output Pins** property, while the **Initial Channel** property sets the default output at startup.

Diagram:

Categories

Properties

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

Pins

Input Pins

  • In – 64-bit unsigned input value.
  • Select – Integer control input specifying which output channel receives the input.

Output Pins

  • Out – 64-bit unsigned outputs; the number of pins depends on the **Output Pins** property.