CIM_AssociatedSupplyCurrentSensor class
The CIM_AssociatedSupplyCurrentSensor class associates a power supply with a current (amperage) sensor that monitors its input frequency.
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("{29B273F2-E3D3-11d2-8601-0000F8102E5F}"), AMENDMENT]
class CIM_AssociatedSupplyCurrentSensor : CIM_AssociatedSensor
{
CIM_PowerSupply REF Dependent;
CIM_CurrentSensor REF Antecedent;
uint16 MonitoringRange;
};
Members
The CIM_AssociatedSupplyCurrentSensor class has these types of members:
Properties
The CIM_AssociatedSupplyCurrentSensor class has these properties.
-
Antecedent
-
-
Data type: CIM_CurrentSensor
-
Access type: Read-only
-
Qualifiers: Override ("Antecedent")
A CIM_CurrentSensor that describes the current sensor.
-
-
Dependent
-
-
Data type: CIM_PowerSupply
-
Access type: Read-only
-
Qualifiers: Override ("Dependent")
A CIM_PowerSupply that describes the power supply associated with the current sensor.
-
-
MonitoringRange
-
-
Data type: uint16
-
Access type: Read-only
Indicates the power supply input frequency 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_AssociatedSupplyCurrentSensor 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 |
|
DLL |
|