Analog Array Delete Items

From Visuino
Jump to navigation Jump to search

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