Complex Toggle Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoComplexToggleSwitch.png == Summary == Selects between two complex input signals based on a boolean toggle. == Description == The **Complex Toggle Switch** component allows switching between two complex inputs (**True** and **False**) depending on the state of the **Select** pin. When **Select** is `true`, the **True** input is passed to the **Out** pin; when `false`, the **False** input is passed instead. This is useful when routing or conditional..." |
(No difference)
|
Latest revision as of 13:02, 16 August 2025
File:TArduinoComplexToggleSwitch.png
Summary
Selects between two complex input signals based on a boolean toggle.
Description
The **Complex Toggle Switch** component allows switching between two complex inputs (**True** and **False**) depending on the state of the **Select** pin. When **Select** is `true`, the **True** input is passed to the **Out** pin; when `false`, the **False** input is passed instead. This is useful when routing or conditionally processing complex signals.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number data flow.
Properties
- Initial Select Value – Sets the default selected input (true or false) when the system starts.
Pins
- True – Complex input used when **Select** is true.
- False – Complex input used when **Select** is false.
- Select – Boolean input that selects between **True** and **False** inputs.
- Out – Complex output (selected input).