Complex On/Off Switch
Jump to navigation
Jump to search
File:TArduinoComplexOnOffSwitch.png
Summary
Enables or disables the flow of a complex input signal to the output.
Description
The **Complex On/Off Switch** component allows conditional control of a complex signal. When **Enable** is active, the value from **In** is passed to **Out**. When **Enable** is inactive, the output is blocked. This is useful for gating, selectively routing, or pausing complex signal propagation.
Diagram:
Categories
- File:TArduinoComplexCategory.png Category Complex – Complex number flow and processing.
- File:TArduinoSwitchesCategory.png Category Switches – Signal control and switching.
Properties
- Initial Enabled – Defines whether the component starts enabled or disabled.
- Ignore Same – When enabled, prevents re-sending the same output value if unchanged.
- Send On Enable – If enabled, immediately outputs the current input when the switch is enabled.
Pins
- In – Complex input signal.
- Enable – Boolean input to enable or disable the output.
- Out – Complex output signal.