StError

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:STERror:EDRate
CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:STERror:BRATe
class StError[source]

StError commands group definition. 11 total commands, 3 Sub-groups, 2 group commands

get_brate()RsCmwBluetoothSig.enums.SymbolTimeError[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:STERror:BRATe
value: enums.SymbolTimeError = driver.configure.rfSettings.dtx.sing.stError.get_brate()

Specify the symbol timing error of the signal.

return

symbol_time_err: OFF | NEG20 | POS20 No symbol timing error, - 20 ppm or 20 ppm

get_edrate()RsCmwBluetoothSig.enums.SymbolTimeError[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:STERror:EDRate
value: enums.SymbolTimeError = driver.configure.rfSettings.dtx.sing.stError.get_edrate()

Specify the symbol timing error of the signal.

return

symbol_time_err: OFF | NEG20 | POS20 No symbol timing error, - 20 ppm or 20 ppm

set_brate(symbol_time_err: RsCmwBluetoothSig.enums.SymbolTimeError)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:STERror:BRATe
driver.configure.rfSettings.dtx.sing.stError.set_brate(symbol_time_err = enums.SymbolTimeError.NEG20)

Specify the symbol timing error of the signal.

param symbol_time_err

OFF | NEG20 | POS20 No symbol timing error, - 20 ppm or 20 ppm

set_edrate(symbol_time_err: RsCmwBluetoothSig.enums.SymbolTimeError)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RFSettings:DTX:SING:STERror:EDRate
driver.configure.rfSettings.dtx.sing.stError.set_edrate(symbol_time_err = enums.SymbolTimeError.NEG20)

Specify the symbol timing error of the signal.

param symbol_time_err

OFF | NEG20 | POS20 No symbol timing error, - 20 ppm or 20 ppm

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rfSettings.dtx.sing.stError.clone()

Subgroups