UsbDevice

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:USBSettings<UsbSettings>:USBDevice
class UsbDevice[source]

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

get(usbSettings=<UsbSettings.Default: -1>)int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:USBSettings<nr>:USBDevice
value: int = driver.configure.usbSettings.usbDevice.get(usbSettings = repcap.UsbSettings.Default)

Specifies the USB port to be used for direct USB connection. The command is relevant for the direct USB connection (‘HW Interface’ = USB) .

param usbSettings

optional repeated capability selector. Default value: Sett1 (settable in the interface ‘UsbSettings’)

return

no: 1..2 1: HW interface for LE tests 2: HW interface for BR / EDR tests

set(no: int, usbSettings=<UsbSettings.Default: -1>)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:USBSettings<nr>:USBDevice
driver.configure.usbSettings.usbDevice.set(no = 1, usbSettings = repcap.UsbSettings.Default)

Specifies the USB port to be used for direct USB connection. The command is relevant for the direct USB connection (‘HW Interface’ = USB) .

param no

1..2 1: HW interface for LE tests 2: HW interface for BR / EDR tests

param usbSettings

optional repeated capability selector. Default value: Sett1 (settable in the interface ‘UsbSettings’)