API#

Python API#


class RtxGpuInfo#

Bases: pybind11_object

RTX GPU Info

__init__(
self: isaacsim.app.compatibility_check._compatibility_check.RtxGpuInfo,
) None#
property device_id#

Unique identifier for the physical device (str)

property device_uuid#

Unique device identifier (str)

property pci_bus_id#

PCI bus identifier (str)

property raytracing_shader_feature#

Whether non-vendor specific ray tracing is supported (bool)

property raytracing_supported#

Whether ray tracing is supported (bool)

property sub_sys_id#

PCI ID of the sub system, or zero if unavailable (str)

property vendor_id#

Unique vendor identifier. NVIDIA 0x10DE (str)

class ICompatibilityCheckInterface#

Bases: pybind11_object

__init__(*args, **kwargs)#
get_rtx_gpu_info(
self: isaacsim.app.compatibility_check._compatibility_check.ICompatibilityCheckInterface,
arg0: bool,
) Tuple[bool, List[isaacsim.app.compatibility_check._compatibility_check.RtxGpuInfo]]#

Get information about an RTX GPU.

This method retrieves information about an RTX GPU, including its UUID, PCI bus ID, device ID, vendor ID, sub-system ID, ray tracing support, and ray tracing shader feature support.