.. _print_guids: Print GUIDs =========== .. code-block:: python print_guids(self) **Description** This method prints the GUIDs of all available PCIe devices to the console which is a quick way to identify the connected devices on a host system. **Parameters** N/A **Returns** None **Raises** N/A **Usage** .. code-block:: python :linenos: device_interface.print_guids()