Complex Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
Summary
Routes a complex input signal to one of multiple outputs based on the selected channel.
Description
The **Complex Demux (Multiple Output Channel Switch)** component distributes a single complex input to one of several output channels. The output channel is determined by the value at the **Select** pin or by the **Initial Channel** property at startup. Only the selected output pin receives the input signal, while the others remain inactive. This is useful for signal routing, multiplexed systems, and conditional complex data flow.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number routing and processing.
- File:TArduinoSwitchesCategory.png Category Switches – Multiplexers and demultiplexers.
Properties
- Initial Channel – Defines which output channel is active at startup.
- Output Pins – Number of output channels available (default: 2).
Pins
- In – Complex input signal.
- Select – Integer input to choose the active output channel.
- Out – Complex outputs (count depends on the **Output Pins** property).