There are three ways to adjust the data:
To adjust the Data Range the user has to extend the MeasurementData
with the keywords with range : followed by an Interval in
the format: 0.0;0.0. (0.0 can be replaced by
any other number)
To adjust the data with a linear data conversion the user has to
extend the MeasurementData with the keywords with scaling
factor: 0.0 and offset: 0.0. (0.0 can be replaced by any
other number)
To adjust the data with a linear data conversion and an interval the
user has to extend the MeasurementData with the keywords linear
mapping [0.0;0.0] => [0.0;0.0]. (0.0 can be replaced by
any other number)