Complex Toggle Demux
Jump to navigation
Jump to search
File:TArduinoComplexToggleDemux.png
Summary
Routes a complex input signal to one of two outputs based on a boolean toggle.
Description
The **Complex Toggle Demux** component takes a complex input signal at its **In** pin and routes it to either the **True** or **False** output pin depending on the state of the **Select** pin. This allows conditional branching of a complex signal flow for flexible routing and processing.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number signal routing.
- File:TArduinoDemuxCategory.png Category Demultiplexers – Conditional routing and signal switching.
Properties
- Initial Select Value – Sets the default output channel (true or false) used when the system starts.
Pins
- In – Complex input signal.
- Select – Boolean input; when `true` routes to **True** output, when `false` routes to **False** output.
- True – Complex output when **Select** is true.
- False – Complex output when **Select** is false.