cuda.bindings.nvml.device_get_fan_speed_rpm#

cuda.bindings.nvml.device_get_fan_speed_rpm(
intptr_t device,
unsigned int fan,
) unsigned int#
:param device: The identifier of the target device.
:type device: intptr_t
:param fan: The index of the fan to query.
:type fan: unsigned int

:returns: The fan speed in RPM.
:rtype: rpm (unsigned int)

.. seealso:: `nvmlDeviceGetFanSpeedRPM`