Complex Array Toggle Switch

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexArrayToggleSwitch.png

Summary

Selects between two complex array input signals based on a boolean toggle.

Description

The **Complex Array Toggle Switch** component allows switching between two complex array 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 array signals.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default selected input (true or false) when the system starts.

Pins

  • True – Complex array input used when **Select** is true.
  • False – Complex array input used when **Select** is false.
  • Select – Boolean input that selects between **True** and **False** inputs.
  • Out – Complex array output (selected input).