cuda.bindings.nvml.unit_get_psu_info#

cuda.bindings.nvml.unit_get_psu_info(intptr_t unit)#
Retrieves the PSU stats for the unit.

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

:returns: Reference in which to return the PSU information.
:rtype: nvmlPSUInfo_t

.. seealso:: `nvmlUnitGetPsuInfo`