CIM_AssociatedSupplyVoltageSensor class

The CIM_AssociatedSupplyVoltageSensor class associates a power supply with a voltage sensor that monitors its input voltage.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{327ABD78-E3D3-11d2-8601-0000F8102E5F}"), AMENDMENT]
class CIM_AssociatedSupplyVoltageSensor : CIM_AssociatedSensor
{
  CIM_PowerSupply   REF Dependent;
  CIM_VoltageSensor REF Antecedent;
  uint16                MonitoringRange;
};

Members

The CIM_AssociatedSupplyVoltageSensor class has these types of members:

Properties

The CIM_AssociatedSupplyVoltageSensor class has these properties.

Antecedent

Data type: CIM_VoltageSensor

Access type: Read-only

Qualifiers: Override ("Antecedent")

A CIM_VoltageSensor that describes the voltage sensor.

Dependent

Data type: CIM_PowerSupply

Access type: Read-only

Qualifiers: Override ("Dependent")

A CIM_PowerSupply that describes the power supply associated with the voltage sensor.

MonitoringRange

Data type: uint16

Access type: Read-only

Indicates the power supply's input voltage range measured by the associated sensor.

Unknown (0)

Other (1)

Range 1 (2)

Range 2 (3)

Both Range 1 and 2 (4)

Range 1 and 2

Remarks

The CIM_AssociatedSupplyVoltageSensor class is derived from CIM_AssociatedSensor.

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll

See also

CIM_AssociatedSensor