Provided by: nvidia-cuda-dev_10.1.243-3_amd64 

NAME
nvmlPSUInfo_t -
SYNOPSIS
#include <nvml.h>
Data Fields
char state [256]
The power supply state.
unsigned int current
PSU current (A).
unsigned int voltage
PSU voltage (V).
unsigned int power
PSU power draw (W).
Detailed Description
Power usage information for an S-class unit. The power supply state is a human readable string that
equals 'Normal' or contains a combination of 'Abnormal' plus one or more of the following:
• High voltage
• Fan failure
• Heatsink temperature
• Current limit
• Voltage below UV alarm threshold
• Low-voltage
• SI2C remote off command
• MOD_DISABLE input
• Short pin transition
Author
Generated automatically by Doxygen for NVML from the source code.
Version 1.1 28 Jul 2019 nvmlPSUInfo_t(3)