Table of Contents

Range element

Defines a range for the parameter values.

Parent

Interprete

Children

Name Occurrences Description
Sequence
  Low [0, 1] Specifies the lower limit of the range, i.e. the minimum value of a parameter.
  High [0, 1] Specifies the upper limit of the range, i.e. the maximum value of a parameter.

Remarks

By adding a range to the Protocol.Params.Param.Interprete tag, a value outside this defined range will be ignored. The limits of the range are defined by the Protocol.Params.Param.Interprete.Range.Low and Protocol.Params.Param.Interprete.Range.High tags.

Note
  • The Range tag is only intended to be used for communication parameters (e.g. SNMP parameter).
  • The Range tag can also be used to specify a value range in case of a simulated element.
  • From a QAction, it is possible to set a value that is outside of this range.