Analog Array Replace: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAnalogArrayReplace.png == Summary == Replaces specified values in an analog array with new values. == Description == The Analog Array Replace component searches for values in the input array that match the defined "From" elements and replaces them with the corresponding "To" elements. This makes it useful for remapping array values, applying corrections, or substituting markers within analog data streams. <b>Diagram:</b> Image:TArduinoAnalogAr..." |
(No difference)
|
Latest revision as of 09:53, 7 September 2025
File:TArduinoAnalogArrayReplace.png
Summary
Replaces specified values in an analog array with new values.
Description
The Analog Array Replace component searches for values in the input array that match the defined "From" elements and replaces them with the corresponding "To" elements. This makes it useful for remapping array values, applying corrections, or substituting markers within analog data streams.
Diagram:
Properties
- Enabled – Enables or disables the replacement operation.
- From Value Elements – Values to search for in the array (added via the value elements editor).
- To Value Elements – Values that will replace the matching "From" values.
Pins
Input Pins
- In (analog array) – Incoming analog array.
Output Pins
- Out (analog array) – Modified analog array with replaced values.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array and data buffer components.