Mber

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:LIMit:MBER:BRATe
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:LIMit:MBER:EDRate
class Mber[source]

Mber commands group definition. 5 total commands, 1 Sub-groups, 2 group commands

get_brate()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:LIMit:MBER:BRATe
value: float or bool = driver.configure.rxQuality.search.limit.mber.get_brate()

Specifies the upper BER limit for BR (..:BRATe) and EDR (..:EDRate) BER search measurements.

return

limit: numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables | enables the limit using the previous/default value)

get_edrate()float[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:LIMit:MBER:EDRate
value: float or bool = driver.configure.rxQuality.search.limit.mber.get_edrate()

Specifies the upper BER limit for BR (..:BRATe) and EDR (..:EDRate) BER search measurements.

return

limit: numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables | enables the limit using the previous/default value)

set_brate(limit: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:LIMit:MBER:BRATe
driver.configure.rxQuality.search.limit.mber.set_brate(limit = 1.0)

Specifies the upper BER limit for BR (..:BRATe) and EDR (..:EDRate) BER search measurements.

param limit

numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables | enables the limit using the previous/default value)

set_edrate(limit: float)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:LIMit:MBER:EDRate
driver.configure.rxQuality.search.limit.mber.set_edrate(limit = 1.0)

Specifies the upper BER limit for BR (..:BRATe) and EDR (..:EDRate) BER search measurements.

param limit

numeric | ON | OFF Range: 0 % to 100 %, Unit: % Additional parameters: OFF | ON (disables | enables the limit using the previous/default value)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.rxQuality.search.limit.mber.clone()

Subgroups