Repeat Data and Concatenate Copies
Function
This Step copies the input data for the specified number of times and outputs the duplicated data in sequence. 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
This Step is 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.
Parameter Description
Ports Settings
| Parameter | Description |
|---|---|
Port Number (1–15) |
Parameter description: This parameter is used to set the number of input/output ports of the Step.
|
Operation Layer |
Parameter description: This parameter is used to set the level of data on which the duplication operation is performed. If the operation layer is set to 0, the operation will be performed on every element in the list. |
Top Level |
Parameter description: This parameter is used to set whether the duplication operation is performed on the top-level dimension of the data or on all dimensions.
|