RxQuality

SCPI Commands :

CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:DOFFset
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SADDress
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SATYpe
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:ADETect
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:MMODe
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:GARB
CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:AINDex
class RxQualityCls[source]

RxQuality commands group definition. 16 total commands, 5 Subgroups, 7 group commands

get_adetect() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:ADETect
value: bool = driver.configure.bluetooth.measurement.rxQuality.get_adetect()

No command help available

return:

addr_auto_user: No help available

get_aindex() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:AINDex
value: int = driver.configure.bluetooth.measurement.rxQuality.get_aindex()

Specifies the advertiser channel index to be measured. See also Figure ‘RF channel index’.

return:

adv_chan_index: No help available

get_doffset() int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:DOFFset
value: int = driver.configure.bluetooth.measurement.rxQuality.get_doffset()

No command help available

return:

delay_offset: No help available

get_garb() bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:GARB
value: bool = driver.configure.bluetooth.measurement.rxQuality.get_garb()

No command help available

return:

arb_during_tx: No help available

get_mmode() RxQualityMeasMode[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:MMODe
value: enums.RxQualityMeasMode = driver.configure.bluetooth.measurement.rxQuality.get_mmode()

No command help available

return:

meas_mode: No help available

get_sa_type() AddressType[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SATYpe
value: enums.AddressType = driver.configure.bluetooth.measurement.rxQuality.get_sa_type()

No command help available

return:

scanner_address_type: No help available

get_saddress() str[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SADDress
value: str = driver.configure.bluetooth.measurement.rxQuality.get_saddress()

No command help available

return:

scanner_address: No help available

set_adetect(addr_auto_user: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:ADETect
driver.configure.bluetooth.measurement.rxQuality.set_adetect(addr_auto_user = False)

No command help available

param addr_auto_user:

No help available

set_aindex(adv_chan_index: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:AINDex
driver.configure.bluetooth.measurement.rxQuality.set_aindex(adv_chan_index = 1)

Specifies the advertiser channel index to be measured. See also Figure ‘RF channel index’.

param adv_chan_index:

No help available

set_doffset(delay_offset: int) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:DOFFset
driver.configure.bluetooth.measurement.rxQuality.set_doffset(delay_offset = 1)

No command help available

param delay_offset:

No help available

set_garb(arb_during_tx: bool) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:GARB
driver.configure.bluetooth.measurement.rxQuality.set_garb(arb_during_tx = False)

No command help available

param arb_during_tx:

No help available

set_mmode(meas_mode: RxQualityMeasMode) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:MMODe
driver.configure.bluetooth.measurement.rxQuality.set_mmode(meas_mode = enums.RxQualityMeasMode.PER)

No command help available

param meas_mode:

No help available

set_sa_type(scanner_address_type: AddressType) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SATYpe
driver.configure.bluetooth.measurement.rxQuality.set_sa_type(scanner_address_type = enums.AddressType.PUBLic)

No command help available

param scanner_address_type:

No help available

set_saddress(scanner_address: str) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:RXQuality:SADDress
driver.configure.bluetooth.measurement.rxQuality.set_saddress(scanner_address = rawAbc)

No command help available

param scanner_address:

No help available

Cloning the Group

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

Subgroups