Reference Guide
Property Description
• 3 = Disabled
• 4 = Shut Down
• 5 = No Change - Indicates that no transition is in
progress.
• 6 = Offline
• 7 = Test
• 8 = Defer
• 9 = Quiesce
• 10 = Reboot
• 11 = Reset
• 12 = Not Applicable - Indicates the
implementation does not support representing
ongoing transitions.
A value other than 5 or 12 identifies the state to which the
element is in the process of transitioning.
UnitModifier
The unit multiplier for 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 Unit Modifier 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.
UpperThresholdCritical
The Sensor's threshold values specify the ranges (min
and max values) for determining whether the Sensor is
operating under Normal, NonCritical, Critical conditions. If
the CurrentReading is above UpperThresholdCritical, then
the Current State is critical.
UpperThresholdNonCritical
The Sensor's threshold values specify the ranges (min
and max values) for determining whether the Sensor is
operating under Normal, NonCritical or Critical
conditions. If the CurrentReading is between
LowerThresholdNonCritical and
UpperThresholdNonCritical, then the Sensor is reporting
a normal value. If the CurrentReading is between
UpperThreshold NonCritical and UpperThresholdCritical,
then the CurrentState is NonCritical.
Example for Set command: wmic /namespace:\\root\dcim
\sysman path dcim_numericsensor Where "ElementName
like '%Temperature Sensor:%'" set
UpperThresholdNonCritical=70
ValueFormulation
Indicates the method used by the sensor to produce its
reading.
Possible values are:
• 0 = Unknown
137










