Repeat Integer Array
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
- File:TArduinoIntegerCategory.png Category Integer – Integer data manipulation.
- File:TArduinoArraysCategory.png Category Arrays – Array processing and transformation tools.
