Repeat Integer Array

From Visuino
Revision as of 08:14, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeatIntegerArray.png == Summary == Repeats an incoming integer array a specified number of times. == Description == The Repeat Integer Array component takes an incoming integer array from the In pin and outputs it repeatedly based on the Count property. This is useful for generating repeated patterns, duplicating data sequences, or extending array outputs for further processing. If Enabled is set to False, the component will not process or output a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRepeatIntegerArray.png

Summary

Repeats an incoming integer array a specified number of times.

Description

The Repeat Integer Array component takes an incoming integer array from the In pin and outputs it repeatedly based on the Count property. This is useful for generating repeated patterns, duplicating data sequences, or extending array outputs for further processing.

If Enabled is set to False, the component will not process or output any data.

Diagram:

Properties

  • Enabled – Enables or disables the component. When disabled, no data is passed through.
  • Count – Specifies how many times the input array should be repeated in the output.

Pins

Input Pins

  • In – Integer array input to be repeated.

Output Pins

  • Out – Integer array output with repeated elements.

Categories