LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LRANge
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LE2M
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LE1M
class LowEnergy[source]

LowEnergy commands group definition. 3 total commands, 0 Sub-groups, 3 group commands

get_le_1_m()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy[:LE1M]
value: bool = driver.configure.rxQuality.search.rintegrity.lowEnergy.get_le_1_m()

Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW. Commands for uncoded LE 1M PHY (..:LE1M.. ) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return

report_integrity: OFF | ON OFF: 100% of packets generated with correct CRC ON: 50% of packets generated with correct CRC

get_le_2_m()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LE2M
value: bool = driver.configure.rxQuality.search.rintegrity.lowEnergy.get_le_2_m()

Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW. Commands for uncoded LE 1M PHY (..:LE1M.. ) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return

report_integrity: OFF | ON OFF: 100% of packets generated with correct CRC ON: 50% of packets generated with correct CRC

get_lrange()bool[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LRANge
value: bool = driver.configure.rxQuality.search.rintegrity.lowEnergy.get_lrange()

Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW. Commands for uncoded LE 1M PHY (..:LE1M.. ) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

return

report_integrity: OFF | ON OFF: 100% of packets generated with correct CRC ON: 50% of packets generated with correct CRC

set_le_1_m(report_integrity: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy[:LE1M]
driver.configure.rxQuality.search.rintegrity.lowEnergy.set_le_1_m(report_integrity = False)

Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW. Commands for uncoded LE 1M PHY (..:LE1M.. ) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param report_integrity

OFF | ON OFF: 100% of packets generated with correct CRC ON: 50% of packets generated with correct CRC

set_le_2_m(report_integrity: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LE2M
driver.configure.rxQuality.search.rintegrity.lowEnergy.set_le_2_m(report_integrity = False)

Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW. Commands for uncoded LE 1M PHY (..:LE1M.. ) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param report_integrity

OFF | ON OFF: 100% of packets generated with correct CRC ON: 50% of packets generated with correct CRC

set_lrange(report_integrity: bool)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:RINTegrity:LENergy:LRANge
driver.configure.rxQuality.search.rintegrity.lowEnergy.set_lrange(report_integrity = False)

Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW. Commands for uncoded LE 1M PHY (..:LE1M.. ) , LE 2M PHY (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

param report_integrity

OFF | ON OFF: 100% of packets generated with correct CRC ON: 50% of packets generated with correct CRC