Bases: Parameter
A class to combine the raw and engineering values and settings of a parameter.
-
value
The original or raw values before the calibration.
- Type:
int | list
-
engineering
The Engineering values.
- Type:
int | list
-
unit
The unit for the engineering values
- Type:
str