Get Unsigned Array Item At Index: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoGetUnsignedArrayItemAtIndex.png == Summary == Retrieves an unsigned array element at a specified index. == Description == The **Get Unsigned Array Item At Index** component outputs the value of an unsigned array element at the position specified by the **Index** property. If the index is invalid, the component can trigger the **Out Of Range** clock output. The **Empty** clock output activates when the array is empty. <b>Diagram:</b> ..." |
(No difference)
|
Latest revision as of 01:53, 20 August 2025
File:TArduinoGetUnsignedArrayItemAtIndex.png
Summary
Retrieves an unsigned array element at a specified index.
Description
The **Get Unsigned Array Item At Index** component outputs the value of an unsigned array element at the position specified by the **Index** property. If the index is invalid, the component can trigger the **Out Of Range** clock output. The **Empty** clock output activates when the array is empty.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Enabled – Enables or disables the component.
- Ignore Out Of Range – If enabled, no action occurs when the index is invalid.
- Index – Array position (zero-based) of the element to retrieve.
Pins
Input Pins
- In – Unsigned array input.
Output Pins
- Out – The unsigned value at the specified index.
- Empty – Clock output triggered if the array is empty.
- Out Of Range – Clock output triggered if the specified index is invalid.