Condition range criteria

Hi,
sorry if it’s a basic question, but I couldn’t find the info anywhere. What are the criteria condition ranges use to evaluate if a parameter is inside the range? Low <= param < high or low <= param <= high? I need to know so to setup multiple ranges on the same parameter correctly

A parameter condition’s range is inclusive, meaning that the minimum and maximum values specified are the highest and lowest values at which the parameter condition is met. In other words, the parameter value must be greater than or equal to the lower value, and less than or equal to the higher value.

2 Likes