cuda.bindings.nvml.device_get_power_management_limit#

cuda.bindings.nvml.device_get_power_management_limit(intptr_t device) unsigned int#
Retrieves the power management limit associated with this device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the power management limit in milliwatts.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetPowerManagementLimit`