cuda.bindings.nvml.device_set_power_management_limit_v2#

cuda.bindings.nvml.device_set_power_management_limit_v2(
intptr_t device,
int power_scope,
unsigned int power_value_mw,
)#
Set new power limit of this device.

:param device: The identifier of the target device.
:type device: intptr_t
:param power_scope: Device type
:type power_scope: PowerScope
:param power_value_mw: Power value to retrieve or set in milliwatts
:type power_value_mw: unsigned int

.. seealso:: `nvmlDeviceSetPowerManagementLimit_v2`