Devices

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:USBSettings:DEVices:CATalog
class Devices[source]

Devices commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class CatalogStruct[source]

Structure for reading output parameters. Fields:

  • No_Devices: int: decimal Number of all USB ports, where a connected EUT has been recognized

  • Item_Number: List[int]: decimal The number of a list item

  • Discovered_Port: List[str]: string Number of the USB port

get_catalog()CatalogStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:USBSettings:DEVices:CATalog
value: CatalogStruct = driver.configure.usbSettings.devices.get_catalog()

Displays all EUTs discovered at USB interface. The command is relevant for the direct USB connection (‘HW Interface’ = USB) . Results are returned for each connected EUT: <NoDevices>, {1, <DiscoveredPort>}1, … , {<NoDevices>, <DiscoveredPort>}<NoDevices>

return

structure: for return value, see the help for CatalogStruct structure arguments.