Skip to content

Latest commit

 

History

History
173 lines (103 loc) · 4.63 KB

cim-associatedsupplyvoltagesensor.md

File metadata and controls

173 lines (103 loc) · 4.63 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
Associates a power supply with a voltage sensor that monitors its input voltage.
4164320e-8362-4ce2-9949-f14669278bd8
multiple
CIM_AssociatedSupplyVoltageSensor class
reference
05/31/2018
APIRef
kbSyntax
CIM_AssociatedSupplyVoltageSensor
CIM_AssociatedSupplyVoltageSensor.Dependent
CIM_AssociatedSupplyVoltageSensor.Antecedent
CIM_AssociatedSupplyVoltageSensor.MonitoringRange
DllExport
CIMWin32.dll

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