cuda.bindings.nvml.device_get_thermal_settings#

cuda.bindings.nvml.device_get_thermal_settings(
intptr_t device,
unsigned int sensor_ind_ex,
)#
Used to execute a list of thermal system instructions.

:param device: The identifier of the target device.
:type device: intptr_t
:param sensor_ind_ex: The index of the thermal sensor.
:type sensor_ind_ex: unsigned int

:returns: Reference in which to return the thermal sensor information.
:rtype: nvmlGpuThermalSettings_t

.. seealso:: `nvmlDeviceGetThermalSettings`