SensorUnitOfMeasure Enumeration | 
            The unit of measure of the sensor (meter, degree, hour etc. according to derived SI where applicable).
            It shall be used together with the SensorType
            
Namespace: CFX.Structures.MaintenanceAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum SensorUnitOfMeasure
Public Enumeration SensorUnitOfMeasure
Members| Member name | Value | Description | 
|---|
| Unkwnown | 0 | 
            Unknown sensor
             | 
| NonStandard | 1 | 
             Non standard unit of measure
             It shall be used in combination with the CustomUnitOfMeasure field
              | 
| DegreeCelsius | 2 | 
            Temperature type
             | 
| V | 3 | 
            Voltage
             | 
| A | 4 | 
            Ampere
             | 
| Ohm | 5 | 
            Resistance
             | 
| m | 6 | 
            Distance type
             | 
| h | 7 | 
            Time type - not SI but accepted by SI
             | 
| HumidityPercentage | 8 | 
            Umidity unit - in SI as grams per cubic meter
             | 
| Pa | 9 | 
            Pressure type
             | 
| Nm | 10 | 
            Torque unit
             | 
| W | 11 | 
            Power unit
             | 
| Hz | 12 | 
             Frequency unit
              | 
See Also