Complex Array Mux(Multi channel Switch)

From Visuino
Revision as of 10:15, 16 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoComplexArrayMux.png == Summary == Selects one of multiple complex array input channels and forwards it to the output. == Description == The **Complex Array Mux (Multi Channel Switch)** component allows you to select one of several complex array inputs and route it to the output pin. The input channel is chosen dynamically using the **Select** pin. This is useful when working with multiple complex array sources and needing to dynamically switch bet...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoComplexArrayMux.png

Summary

Selects one of multiple complex array input channels and forwards it to the output.

Description

The **Complex Array Mux (Multi Channel Switch)** component allows you to select one of several complex array inputs and route it to the output pin. The input channel is chosen dynamically using the **Select** pin. This is useful when working with multiple complex array sources and needing to dynamically switch between them.

Diagram:

Categories

Properties

  • Initial Channel – Defines the initial selected input channel.
  • Input Pins – Sets the number of input pins (default = 2).

Pins

  • In – Complex array inputs (number depends on Input Pins property).
  • Select – Integer input used to select which channel is routed to the output.
  • Out – Complex array output of the selected channel.