cuda.bindings.nvml.device_get_fan_control_policy_v2#

cuda.bindings.nvml.device_get_fan_control_policy_v2(
intptr_t device,
unsigned int fan,
) unsigned int#
Gets current fan control policy.

:param device: The identifier of the target ``device``.
:type device: intptr_t
:param fan: The index of the target fan, zero indexed.
:type fan: unsigned int

:returns: Reference in which to return the fan control ``policy``.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetFanControlPolicy_v2`