Measurement element
Specifies how the parameter has to be displayed on the user interface (depending on the parameter type).
By default, try to follow the following guidelines for specifying values for the Interprete and Measurement subtags:
For strings:
Interprete.Rawtype = other
Interprete.Type = string
Measurement.Type = string
For numbers:
Interprete.Rawtype = numeric text
Interprete.Type = double
Measurement.Type = number
For tables:
- Measurement.Type = table
For discreets:
If all the values in a discreet are numbers, it is better to use Interprete.Type and Interprete.RawType as specified above in "For numbers".
Parent
Children
Name | Occurrences | Description |
---|---|---|
All | ||
Discreets | [0, 1] | Contains the displayed value(s) of the parameter. |
Threshold | [0, 1] | Specifies a threshold. |
Type | Specifies how the parameter has to be displayed on the user interface. |
Remarks
This tag must always contain a Protocol.Params.Param.Measurement.Type tag, and can optionally contain a Protocol.Params.Param.Measurement.Discreets tag (depending on the contents of the Protocol.Params.Param.Measurement.Type tag).