Complex Array Mux(Multi channel Switch): Difference between revisions

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

Latest revision as of 10:15, 16 August 2025

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.