Repeat Unsigned Array

From Visuino
Revision as of 04:39, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatUnsignedArray.png == Summary == Repeats an incoming unsigned array a specified number of times. == Description == The **Repeat Unsigned Array** component takes an input unsigned array and produces an output where the array is repeated multiple times in sequence. The number of repetitions is defined by the **Count** property, and the component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TArdu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRepeatUnsignedArray.png

Summary

Repeats an incoming unsigned array a specified number of times.

Description

The **Repeat Unsigned Array** component takes an input unsigned array and produces an output where the array is repeated multiple times in sequence. The number of repetitions is defined by the **Count** property, and the component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Count – Number of times the input array will be repeated in the output.
  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Unsigned array input to be repeated.

Output Pins

  • Out – Unsigned array output containing the repeated sequence.