cuda.bindings.nvml.device_get_enforced_power_limit#

cuda.bindings.nvml.device_get_enforced_power_limit(intptr_t device) unsigned int#
Get the effective power limit that the driver enforces after taking into account all limiters.

:param device: The device to communicate with.
:type device: intptr_t

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

.. seealso:: `nvmlDeviceGetEnforcedPowerLimit`