LowEnergy

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:RINTegrity:LENergy:LRANge
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality:RINTegrity:LENergy:LE2M
CONFigure:BLUetooth:SIGNaling<Instance>:RXQuality: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:RINTegrity:LENergy[:LE1M]
value: bool = driver.configure.rxQuality.rintegrity.lowEnergy.get_le_1_m()
Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE RF tests (direct test mode) : Commands for LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. 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:RINTegrity:LENergy:LE2M
value: bool = driver.configure.rxQuality.rintegrity.lowEnergy.get_le_2_m()
Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE RF tests (direct test mode) : Commands for LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. 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:RINTegrity:LENergy:LRANge
value: bool = driver.configure.rxQuality.rintegrity.lowEnergy.get_lrange()
Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE RF tests (direct test mode) : Commands for LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. 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:RINTegrity:LENergy[:LE1M]
driver.configure.rxQuality.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.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE RF tests (direct test mode) : Commands for LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. 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:RINTegrity:LENergy:LE2M
driver.configure.rxQuality.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.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE RF tests (direct test mode) : Commands for LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. 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:RINTegrity:LENergy:LRANge
driver.configure.rxQuality.rintegrity.lowEnergy.set_lrange(report_integrity = False)
Sets the ratio of the test packets with correct CRC transmitted by the R&S CMW.

INTRO_CMD_HELP: Refer also to the following commands:

  • LE RF tests (direct test mode) : Commands for LE 1M PHY - uncoded (..:LE1M..) , LE 2M PHY - uncoded (..:LE2M..) , and LE coded PHY (..:LRANge..) are available.

  • LE test mode: Commands ..:TMODe:LENergy:.. are available.

param report_integrity

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