cuda.bindings.nvml.device_set_fan_speed_v2#
- cuda.bindings.nvml.device_set_fan_speed_v2(
- intptr_t device,
- unsigned int fan,
- unsigned int speed,
Sets the speed of a specified fan. :param device: The identifier of the target device. :type device: intptr_t :param fan: The index of the fan, starting at zero. :type fan: unsigned int :param speed: The target speed of the fan [0-100] in % of max speed. :type speed: unsigned int .. seealso:: `nvmlDeviceSetFanSpeed_v2`