Step/Iterate Unsigned Array Items

From Visuino
Revision as of 01:56, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoStepIterateUnsignedArrayItems.png == Summary == Iterates through the elements of an unsigned array one at a time. == Description == The **Step/Iterate Unsigned Array Items** component steps through the items of an incoming unsigned array sequentially. Each step outputs the current element along with its index and the total count of items. If the array is empty, the **Empty** clock output is triggered. <b>Diagram:</b> Image:TArduinoSt...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoStepIterateUnsignedArrayItems.png

Summary

Iterates through the elements of an unsigned array one at a time.

Description

The **Step/Iterate Unsigned Array Items** component steps through the items of an incoming unsigned array sequentially. Each step outputs the current element along with its index and the total count of items. If the array is empty, the **Empty** clock output is triggered.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Unsigned array input to iterate over.

Output Pins

  • Out – Current unsigned array element.
  • Empty – Clock output triggered if the array is empty.
  • Count – Outputs the total number of elements in the array.
  • Index – Outputs the current element index (zero-based).