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
- Vector Level
-
The dimension of the input. The dimension of an array refers to the number of dimensions or axes in the array.
Default value: 0
- 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:
-
Unselected: Extract the element at the specified Index.
-
Selected: Extract elements within the specified index range. For this, you need to set Begin Index and End Index.
-
- 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 1.
Default value: 0