cuda.bindings.nvml.device_set_fan_control_policy#
- cuda.bindings.nvml.device_set_fan_control_policy(
- intptr_t device,
- unsigned int fan,
- unsigned int policy,
Sets current fan control policy. :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 policy: The fan control ``policy`` to set. :type policy: unsigned int .. seealso:: `nvmlDeviceSetFanControlPolicy`