Easy Create Index List
Function
This Step is used to create index list data. The length can be set through the input port or Step parameters.
Parameter Description
| Parameter | Description |
|---|---|
List Length N |
Description: This parameter specifies the length of the output index list, which must be an integer greater than or equal to 1. The output is [0, 1, 2, …, N-1], which can be used as an index for the object. For example, when N = 5, the output result is [0, 1, 2, 3, 4].
|