📄 cim_voltagesensor.mof
字号:
// Copyright (c) 2005 DMTF. All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================// CIM_VoltageSensor// ================================================================== [Deprecated { "CIM_NumericSensor" }, UMLPackagePath ( "CIM::Device::Sensors" ), Version ( "2.8.0" ), Description ( "The use of this class is being deprecated in lieu of the " "additions to Sensor and NumericSensor. A VoltageSensor can be " "defined by setting the SensorType property, inherited from " "Sensor, to 3 (\"Voltage\").")]class CIM_VoltageSensor : CIM_NumericSensor { [Deprecated { "No value" }, Override ( "SensorType" )] uint16 SensorType = 3; [Deprecated { "No value" }, Override ( "BaseUnits" )] uint16 BaseUnits = 5; [Deprecated { "No value" }, Override ( "UnitModifier" )] sint32 UnitModifier = -3; [Deprecated { "No value" }, Override ( "RateUnits" )] uint16 RateUnits = 0; [Deprecated { "No value" }, Override ( "CurrentReading" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.5" }] sint32 CurrentReading; [Deprecated { "No value" }, Override ( "NominalReading" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.6" }] sint32 NominalReading; [Deprecated { "No value" }, Override ( "NormalMax" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.7" }] sint32 NormalMax; [Deprecated { "No value" }, Override ( "NormalMin" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.8" }] sint32 NormalMin; [Deprecated { "No value" }, Override ( "MaxReadable" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.9" }] sint32 MaxReadable; [Deprecated { "No value" }, Override ( "MinReadable" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.10" }] sint32 MinReadable; [Deprecated { "No value" }, Override ( "Resolution" ), Units ( "Tenths of MilliVolts" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.17" }] uint32 Resolution; [Deprecated { "No value" }, Override ( "Tolerance" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.18" }] sint32 Tolerance; [Deprecated { "No value" }, Override ( "Accuracy" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.19" }] sint32 Accuracy; [Deprecated { "No value" }, Override ( "LowerThresholdNonCritical" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.11" }] sint32 LowerThresholdNonCritical; [Deprecated { "No value" }, Override ( "UpperThresholdNonCritical" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.12" }] sint32 UpperThresholdNonCritical; [Deprecated { "No value" }, Override ( "LowerThresholdCritical" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.13" }] sint32 LowerThresholdCritical; [Deprecated { "No value" }, Override ( "UpperThresholdCritical" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.14" }] sint32 UpperThresholdCritical; [Deprecated { "No value" }, Override ( "LowerThresholdFatal" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.15" }] sint32 LowerThresholdFatal; [Deprecated { "No value" }, Override ( "UpperThresholdFatal" ), MappingStrings { "MIF.DMTF|Voltage Probe|001.16" }] sint32 UpperThresholdFatal;};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -