📄 cim_associatedsupplyvoltagesensor.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_AssociatedSupplyVoltageSensor// ================================================================== [Association, Deprecated { "CIM_AssociatedSensor" }, UMLPackagePath ( "CIM::Device::Sensors" ), Version ( "2.8.0" ), Description ( "The use of this association is being deprecated in lieu of " "using AssociatedSensor, since the use of the referenced class " "VoltageSensor is deprecated. \n" "A PowerSupply may have an associated VoltageSensor, monitoring " "its input voltage. This is described by this association.")]class CIM_AssociatedSupplyVoltageSensor : CIM_AssociatedSensor { [Deprecated { "CIM_AssociatedSensor.Antecedent" }, Override ( "Antecedent" ), Description ( "The VoltageSensor.")] CIM_VoltageSensor REF Antecedent; [Deprecated { "CIM_AssociatedSensor.Dependent" }, Override ( "Dependent" ), Description ( "The PowerSupply associated with the VoltageSensor.")] CIM_PowerSupply REF Dependent; [Deprecated { "No Value" }, Description ( "Indicates the PowerSupply's input voltage range measured by " "the associated sensor. Range 1, 2 or both can be specified " "using the values 2, 3 or 4, respectively."), ValueMap { "0", "1", "2", "3", "4" }, Values { "Unknown", "Other", "Range 1", "Range 2", "Both Range 1 and 2" }] uint16 MonitoringRange;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -