ComPort

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<CommSettings>:COMPort
class ComPort[source]

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

get(commSettings=<CommSettings.Default: -1>)int[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:COMPort
value: int = driver.configure.comSettings.comPort.get(commSettings = repcap.CommSettings.Default)

Specifies the virtual COM port to be used for USB connection with USB to RS232 adapter.

param commSettings

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

return

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

set(no: int, commSettings=<CommSettings.Default: -1>)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:COMPort
driver.configure.comSettings.comPort.set(no = 1, commSettings = repcap.CommSettings.Default)

Specifies the virtual COM port to be used for USB connection with USB to RS232 adapter.

param no

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

param commSettings

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