HXP
Command Interface Manual
2.2.138
CPUCoreAndBoardSupplyVoltagesGet
Syntax
C# prototype
int CPUCoreAndBoardSupplyVoltagesGet(out double VoltageCPUCore, out double
SupplyVoltage1P5V, out double SupplyVoltage3P3V, out double SupplyVoltage5V,
out double SupplyVoltage12V, out double SupplyVoltageM12V, out double
SupplyVoltageM5V, out double SupplyVoltage5VSB, out string errstring)
Python prototype
[VoltageCPUCore, SupplyVoltage1P5V, SupplyVoltage3P3V, SupplyVoltage5V,
SupplyVoltage12V, SupplyVoltageM12V, SupplyVoltageM5V, SupplyVoltage5VSB,
errstring] CPUCoreAndBoardSupplyVoltagesGet ()
Parameters
Input parameters
None
Output parameters
(double) VoltageCPUCore: VoltageCPUCore
(double) SupplyVoltage1P5V: SupplyVoltage1P5V
(double) SupplyVoltage3P3V: SupplyVoltage3P3V
(double) SupplyVoltage5V: SupplyVoltage5V
(double) SupplyVoltage12V: SupplyVoltage12V
(double) SupplyVoltageM12V: SupplyVoltageM12V
(double) SupplyVoltageM5V: SupplyVoltageM5V
(double) SupplyVoltage5VSB: SupplyVoltage5VSB
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous CPUCoreAndBoardSupplyVoltagesGet
command which is used to Get power informations. Refer to the XPS Programmer's
manual to get the command description.
2.2.139
CPUTemperatureAndFanSpeedGet
Syntax
C# prototype
int CPUTemperatureAndFanSpeedGet(out double CPUTemperature, out double
CPUFanSpeed, out string errstring)
Python prototype
[CPUTemperature, CPUFanSpeed, errstring] CPUTemperatureAndFanSpeedGet ()
Parameters
Input parameters
None
77
EDH0318En1042 — 12/18