Reference Guide

DCIM_NumericSensor
Property Description
BaseUnits
The base unit of the values returned by this Sensor. All
the values returned by this Sensor are represented in the
units obtained by (BaseUnits * 10 raised to the power of
the UnitModifier). For example, if BaseUnits is Volts and
the UnitModifier is -6, then the units of the values
returned are MicroVolts. However, if the RateUnits
property is set to a value other than "None", then the units
are further qualified as rate units. In the above example, if
RateUnits is set to "Per Second", then the values returned
by the Sensor are in MicroVolts/Second. The units apply
to all numeric properties of the Sensor, unless explicitly
overridden by the Units qualifier.
Possible values are:
0 = Unknown
1 = Other
2 = Degrees C
3 = Degrees F
4 = Degrees K
5 = Volts
6 = Amps
7 = Watts
8 = Joules
9 = Coulombs
10 = VA
11 = Nits
12 = Lumens
13 = Lux
14 = Candelas
15 = kPa
16 = PSI
17 = Newtons
18 = CFM
19 = RPM
20 = Hertz
21 = Seconds
22 = Minutes
23 = Hours
24 = Days
25 = Weeks
26 = Mils
27 = Inches
28 = Feet
29 = Cubic Inches
30 = Cubic Feet
31 = Meters
129