StopBits

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<CommSettings>:STOPbits
class StopBits[source]

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

get(commSettings=<CommSettings.Default: -1>)RsCmwBluetoothSig.enums.StopBits[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:STOPbits
value: enums.StopBits = driver.configure.comSettings.stopBits.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

stop_bits: S1 | S2 Number of bits used for stop indication

set(stop_bits: RsCmwBluetoothSig.enums.StopBits, commSettings=<CommSettings.Default: -1>)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<nr>:STOPbits
driver.configure.comSettings.stopBits.set(stop_bits = enums.StopBits.S1, commSettings = repcap.CommSettings.Default)

Specifies the transmission parameters of serial connection.

param stop_bits

S1 | S2 Number of bits used for stop indication

param commSettings

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