Get GUIDs

__get_guids__(self)

Description

This method returns a list of IDs for all available PCIe devices connected to the host machine. If the vector size is not the number of cards expected, there is something wrong. Check that the cards are connected properly.

Parameters

N/A

Returns

  • list: List of GUIDs

Raises

None

Usage

1guids = device_interface.__get_guids__()
2print(guids)