Complex Array Toggle Demux

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexArrayToggleDemux.png

Summary

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

Description

The **Complex Array Toggle Demux** component splits a complex array input into two possible outputs, **True** and **False**. The active output is determined by the boolean value at the **Select** pin. This is useful for conditionally routing a complex array signal into different processing paths.

Diagram:

Categories

Properties

  • Initial Select Value – Defines the initial output channel (boolean: True or False).

Pins

  • In – Complex array input.
  • Select – Boolean input that determines the active output channel.
  • True – Complex array output, active when Select is True.
  • False – Complex array output, active when Select is False.