Analog Array Delete Items
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.