Parity

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:COMSettings<CommSettings>:PARity
class Parity[source]

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

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

parity: NONE | ODD | EVEN Number of parity bits

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

Specifies the transmission parameters of serial connection.

param parity

NONE | ODD | EVEN Number of parity bits

param commSettings

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