Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ControlMode | uint16 | |
Description | string | ControlMode indicates the mode in which management of the Fan is operating. When in Manual mode, the SetSpeed method can be used to control the fan speed. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_Fan.ControlModesSupported, CIM_Fan.DesiredControlMode |
ValueMap | string | 0, 2, 3, 4..32767, 32768..65535 |
Values | string | Unknown, Automatic, Manual, DMTF Reserved, Vendor Reserved |
DesiredControlMode | uint16 | |
Description | string | DesiredControlMode is an integer enumeration indicating the last requested or desired control mode for the fan. The actual control mode is represented by ControlMode. The property is provided to compare the last requested and the current control mode. Refer to the ControlMode property Description for explanations of the values in the DesiredControlMode enumeration. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_Fan.ControlModesSupported |
ValueMap | string | 0, 2, 3, 4..32767, 32768..65535 |
Values | string | Unknown, Automatic, Manual, DMTF Reserved, Vendor Reserved |
Write | boolean | true |
DesiredSpeed | uint64 | |
Description | string | DesiredSpeed is the currently requested fan speed, defined in revolutions per minute, when a variable speed fan is supported (VariableSpeed Boolean = TRUE). The current speed is determined using a sensor (CIM_Tachometer) that is associated with the Fan using the CIM_AssociatedSensor relationship. |
PUnit | string | revolution / minute |
Units | string | Revolutions per Minute |
VariableSpeed | boolean | |
Description | string | Indication of whether the fan supports variable speeds. |
ControlModesSupported | uint16[] | |
ArrayType | string | Indexed |
Description | string | ControlModesSupported indicates the supported control modes of the Fan: automatic or manual. In Automatic mode the Fan is controlled automatically in management function below the CIM. In Manual mode, the fan speed may be controlled by the CIM user by the SetSpeed method. Changing from Automatic to Manual, would not generally cause the speed to change. Changing from Manual to Automatic may cause the fan speed to change depending on the Thermal conditions of the system and the thermal management function. |
Experimental | boolean | true |
ModelCorrespondence | string | CIM_Fan.ControlMode, CIM_Fan.DesiredControlMode |
ValueMap | string | 0, 2, 3, 4..32767, 32768..65535 |
Values | string | Unknown, Automatic, Manual, DMTF Reserved, Vendor Specified |
Name | Data Type | Value |
Description | string | Method that requests that the Fan speed be set to the value specified in the input parameter of the method. The return value should be:
0 if the request was successfully executed
1 if the request is not supported
2 if the request is not valid for the current mode
3 if the requested speed is not currently valid
Some other value if an error occurred. In a subclass, the set of possible return codes could be specified, using a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' can also be specified in the subclass as a Values array qualifier. |
ModelCorrespondence | string | CIM_Fan.DesiredSpeed |
ValueMap | string | 0, 1, 2, 3, 4..32767, 32768..65535 |
Values | string | Completed with No Errors, Not Supported, Invalid ControlMode for Setting Speed, Invalid Speed, DMTF Reserved, Vendor Reserved |