Analog Toggle Demux

From Visuino
Revision as of 01:57, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAnalogToggleDemux.png == Summary == Routes an analog input to one of two outputs based on a boolean select signal. == Description == The Analog Toggle Demux component directs an incoming analog signal to either the **True** or **False** output depending on the state of the select input. The initial selected output can be set via the **Initial Select Value** property. This is useful for signal routing, conditional analog processing, or simple multi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAnalogToggleDemux.png

Summary

Routes an analog input to one of two outputs based on a boolean select signal.

Description

The Analog Toggle Demux component directs an incoming analog signal to either the **True** or **False** output depending on the state of the select input. The initial selected output can be set via the **Initial Select Value** property. This is useful for signal routing, conditional analog processing, or simple multiplexing applications.

Diagram:

Properties

  • Initial Select Value (boolean) – Sets which output receives the input initially (True or False).

Pins

Input Pins

  • In (analog) – Analog input signal.
  • Select (boolean) – Determines which output the input is routed to.

Output Pins

  • True (analog) – Receives the input when select is true.
  • False (analog) – Receives the input when select is false.

Categories