Compare Value with Threshold
Usage Scenario
If a value in the list is less than or equal to the corresponding threshold, the corresponding item in the output list will be True; otherwise, it will be False. This Step is usually used with Filter Data by Boolean Value.
Input and Output
Input
| Input port | Data type | Description |
|---|---|---|
Input Numbers |
Number[] |
The list of values input to this port will be compared against the threshold.
|
Parameter Description
| Parameter | Description |
|---|---|
Thresholds of Input Data for Each Port |
Description: The thresholds of the input data. The thresholds are connected by semicolons (";").
|