Repeat Data and Concatenate Copies¶
Function¶
Copy the input data by the set number of times, concatenate the copies, and output. For example, if the original data list is [10, 20] and it needs to be repeated 2 times, the output will be [10, 20, 10, 20].
Usage Scenario¶
A general data list modifying Step. Usually used with the Step Count Elements in Specified Dimension in Data List to make the numbers of elements input to a subsequent Step’s ports equal.