Complex On/Off Switch

From Visuino
Revision as of 11:53, 17 August 2025 by Visuino (talk | contribs) (Created page with "Image: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. <b>Diagram:</b> Im...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.