Clock Demux(Multiple Output channel Switch): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoClockDemux.png == Summary == The **Clock Demux (Multiple Output Channel Switch)** component routes a single clock input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input. == Description == This component allows dynamic distribution of a clock signal to multiple outputs. The number of output channels is configurable with the **Output Pins** prope..."
 
(No difference)

Latest revision as of 10:46, 14 September 2025

File:TArduinoClockDemux.png

Summary

The **Clock Demux (Multiple Output Channel Switch)** component routes a single clock input to one of multiple output channels. The selected output channel is determined by the **Initial Channel** property or dynamically via the **select** input.

Description

This component allows dynamic distribution of a clock signal to multiple outputs. The number of output channels is configurable with the **Output Pins** property. Only the selected output channel receives the clock pulses, while others remain inactive.

Diagram:

Properties

  • Initial Channel – The default output channel that receives the clock signal on startup.
  • Output Pins – Number of output channels (default 2).

Pins

Input Pins

  • In (clock) – Clock signal input.
  • Select (integer) – Determines which output channel is active.

Output Pins

  • Pin [0] – First output channel (clock).
  • Pin [1] – Second output channel (clock).
  • – Additional outputs depend on **Output Pins** setting.

Categories