Get Analog Array Item At Index

From Visuino
Revision as of 09:15, 8 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoGetAnalogArrayItemAtIndex.png == Summary == Retrieves a single item from an analog array at a specified index. == Description == The **Get Analog Array Item At Index** component outputs the value of an analog array element at the given index. It can optionally ignore out-of-range indices and provides clock outputs to indicate empty or out-of-range access. <b>Diagram:</b> Image:TArduinoGetAnalogArrayItemAtIndex.Preview.png == Properties...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoGetAnalogArrayItemAtIndex.png

Summary

Retrieves a single item from an analog array at a specified index.

Description

The **Get Analog Array Item At Index** component outputs the value of an analog array element at the given index. It can optionally ignore out-of-range indices and provides clock outputs to indicate empty or out-of-range access.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Ignore Out Of Range (boolean) – If true, ignores invalid indices instead of triggering out-of-range output.
  • Index – The array index to retrieve.

Pins

Input Pins

  • In (analog array) – Input analog array to read from.

Output Pins

  • Out (analog) – Value at the specified index.
  • Empty (clock) – Clock pulse triggered if the index points to an empty element.
  • Out Of Range (clock) – Clock pulse triggered if the index is out of range.

Categories