Complex Array Demux(Multiple Output channel Switch)

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexArrayDemux.png

Summary

Routes a single complex array input to one of multiple output channels based on the selected index.

Description

The **Complex Array Demux (Multiple Output Channel Switch)** component takes a single complex array input and directs it to one of several output channels. The active output channel is selected using the **Select** pin, while all other outputs remain inactive. This is useful for distributing complex array data streams into different processing paths.

Diagram:

Categories

Properties

  • Initial Channel – Defines the initial selected output channel (integer).
  • Output Pins – Sets the number of output pins (integer).

Pins

  • In – Complex array input.
  • Select – Integer input used to select the active output channel.
  • Out – Complex array outputs (number depends on Output Pins property).