cuda.core.system.CoolerControl#

class cuda.core.system.CoolerControl(value: int)#

Cooler control type

See nvmlCoolerControl_t.

THERMAL_COOLER_SIGNAL_NONE: 0

This cooler has no control signal.

THERMAL_COOLER_SIGNAL_TOGGLE: 1

This cooler can only be toggled either ON or OFF (eg a switch).

THERMAL_COOLER_SIGNAL_VARIABLE: 2

This cooler’s level can be adjusted from some minimum to some maximum (eg a knob).

THERMAL_COOLER_SIGNAL_COUNT: 3