Protocol

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<CommSettings>:PROTocol
class Protocol[source]

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

get(commSettings=<CommSettings.Default: -1>)RsCmwBluetoothSig.enums.Protocol[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:PROTocol
value: enums.Protocol = driver.configure.comSettings.protocol.get(commSettings = repcap.CommSettings.Default)

Specifies the transmission parameters of serial connection.

param commSettings

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

return

protocol: XONXoff | CTSRts | NONE Transmit flow control X-ON/X-OFF, RFR/CTS, or none

set(protocol: RsCmwBluetoothSig.enums.Protocol, commSettings=<CommSettings.Default: -1>)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:PROTocol
driver.configure.comSettings.protocol.set(protocol = enums.Protocol.CTSRts, commSettings = repcap.CommSettings.Default)

Specifies the transmission parameters of serial connection.

param protocol

XONXoff | CTSRts | NONE Transmit flow control X-ON/X-OFF, RFR/CTS, or none

param commSettings

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