Extract Data
Function
This Step is used to extract the data at a specified index or in a specified range of an array or a list.
Input and Output
-
Input: Data list input to this port will be decomposed (no data type restrictions).
-
Output: New low-dimensional list formed by concatenating the elements in the input list.
Parameter Description
| Parameter | Description |
|---|---|
Vector Level |
The dimension of the input. The dimension of an array refers to the number of dimensions or axes in the array.
|
Use Range |
This parameter determines whether to use the index range to define the elements to be extracted. An index value of 1 indicates the first element. Default setting: Unselected Tuning instructions:
|
Index |
The index value of the element to be extracted, which is the position of the element in an array or a list. Index values are incremented from 0.
|