When hovering over a parameter in Cube, additional information is displayed, such as the minimum and maximum values, as well as the step value.
I thought this information was defined through the parameter ranges in the protocol (see: Range element | DataMiner Docs). However, I have encountered a parameter where no ranges are defined in the protocol, yet Cube still displays min/max values in the tooltip.


When comparing the output of GetElementProtocol and GetProtocol in CTT, I see different results:.
-
n GetElementProtocol, the ranges match what is displayed in Cube, and the source appears to be the element:
-
n GetProtocol, the ranges are completely different from those shown in Cube:

This seems to indicate that the range information is being overridden or defined at the element level rather than coming directly from the protocol.
Does anyone know where these ranges can be defined or updated at the element level?