Complex Array Replace

From Visuino
Jump to navigation Jump to search

File:TArduinoComplexArrayReplace.png

Summary

Replaces matching elements in a complex array with new specified values.

Description

The **Complex Array Replace** component scans the input complex array for elements defined in the **From Value Elements** list and replaces them with corresponding values from the **To Value Elements** list. The modified array is then output through the **Out** pin. This is useful for substitution operations, remapping specific complex values, or adjusting data sets without reconstructing the array.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • From Value Elements – Collection of complex values to be replaced (open with the 3-dots button to add entries).
  • To Value Elements – Collection of complex values that will replace the corresponding **From Value Elements** (open with the 3-dots button to add entries).

Pins

  • In – Complex array input.
  • Out – Complex array output with applied replacements.