Click or drag to resize

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.Maintenance
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum SensorUnitOfMeasure
Members
Member nameValueDescription
Unkwnown0 Unknown sensor
NonStandard1 Non standard unit of measure It shall be used in combination with the CustomUnitOfMeasure field
DegreeCelsius2 Temperature type
V3 Voltage
A4 Ampere
Ohm5 Resistance
m6 Distance type
h7 Time type - not SI but accepted by SI
HumidityPercentage8 Umidity unit - in SI as grams per cubic meter
Pa9 Pressure type
Nm10 Torque unit
W11 Power unit
Hz12 Frequency unit
See Also