Complex Toggle Demux

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexToggleDemux.png

Summary

Routes a complex input signal to one of two outputs based on a boolean toggle.

Description

The **Complex Toggle Demux** component takes a complex input signal at its **In** pin and routes it to either the **True** or **False** output pin depending on the state of the **Select** pin. This allows conditional branching of a complex signal flow for flexible routing and processing.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default output channel (true or false) used when the system starts.

Pins

  • In – Complex input signal.
  • Select – Boolean input; when `true` routes to **True** output, when `false` routes to **False** output.
  • True – Complex output when **Select** is true.
  • False – Complex output when **Select** is false.