Sort List and Output Index List
Function
This Step sorts the input numeric list in ascending or descending order, and outputs the index positions of the sorted elements in the original list. This index list can be used for subsequent data processing in a specified order.
Usage Scenario
This Step is suitable for scenarios where various types of data need to be sorted in ascending or descending order. It is usually used in conjunction with Reorder Elements by Index to achieve custom sorting and reorganization of data.
Parameter Description
| Parameter | Description |
|---|---|
Ascending |
Description: This parameter is used to control the sorting direction. When this option is selected, the robot will be sorted in ascending order; otherwise, the robot will be sorted in descending order. Default value: Selected |