Analog Toggle Demux: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 01:57, 8 September 2025

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