Analog Array Delete Items: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoAnalogArrayDeleteItems.png == Summary == Removes items from an analog array at a specified index and count. == Description == The Analog Array Delete Items component allows selective removal of values from an analog array. You can define the starting index and the number of items to delete, making it useful for trimming, reshaping, or cleaning analog data arrays. <b>Diagram:</b> Image:TArduinoAnalogArrayDeleteItems.Preview.png == Properties..." |
(No difference)
|
Latest revision as of 09:45, 7 September 2025
File:TArduinoAnalogArrayDeleteItems.png
Summary
Removes items from an analog array at a specified index and count.
Description
The Analog Array Delete Items component allows selective removal of values from an analog array. You can define the starting index and the number of items to delete, making it useful for trimming, reshaping, or cleaning analog data arrays.
Diagram:
Properties
- Count – Number of items to delete.
- Enabled – Enables or disables deletion operation.
- Index – Starting index of the deletion in the array.
Pins
Input Pins
- In (analog array) – Incoming analog array.
Output Pins
- Out (analog array) – Modified analog array with items removed.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array and data buffer components.