Ports

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings:PORTs:CATalog
class Ports[source]

Ports 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 COM 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 virtual COM port, to which the used USB port has been mapped

get_catalog()CatalogStruct[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings:PORTs:CATalog
value: CatalogStruct = driver.configure.comSettings.ports.get_catalog()

Queries the COM ports used by an EUT. The command is relevant for the USB connection with USB-to-serial converter (‘HW Interface’ = USB to RS232 adapter) . Results are returned for each used USB port: <NoDevices>, {1, <DiscoveredPort>}1, … , {<NoDevices>, <DiscoveredPort>}<NoDevices>

return

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