cuda.bindings.nvml.vgpu_instance_get_frame_rate_limit#

cuda.bindings.nvml.vgpu_instance_get_frame_rate_limit(
unsigned int vgpu_instance,
) unsigned int#
Retrieve the frame rate limit set for the vGPU instance.

:param vgpu_instance: Identifier of the target vGPU instance.
:type vgpu_instance: unsigned int

:returns: Reference to return the frame rate limit.
:rtype: unsigned int

.. seealso:: `nvmlVgpuInstanceGetFrameRateLimit`