Le2M

SCPI Commands

READ:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:PER:LENergy:LE2M
FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:PER:LENergy:LE2M
CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:PER:LENergy:LE2M
class Le2M[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

  • Per: float: float Packet error rate Range: 0 % to 100 %, Unit: %

  • Packets_Received: float: decimal Number of correct packets received and reported by the EUT Range: 0 to 30E+3

  • Search_Result: float: float TX level of the R&S CMW resulting in the configured PER search limit Range: -999 dBm to 0 dBm, Unit: dBm

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

  • Per: float: float Packet error rate Range: 0 % to 100 %, Unit: %

  • Packets_Received: int: decimal Number of correct packets received and reported by the EUT Range: 0 to 30E+3

  • Search_Result: float: float TX level of the R&S CMW resulting in the configured PER search limit Range: -999 dBm to 0 dBm, Unit: dBm

calculate()CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:PER:LENergy:LE2M
value: CalculateStruct = driver.rxQuality.search.per.lowEnergy.le2M.calculate()
Return the results of PER search RX measurement for LE direct test mode and LE connection tests.

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

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

  • LE connection tests (normal mode) : Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (..:NMODe:LENergy:LRANge..) are available.

return

structure: for return value, see the help for CalculateStruct structure arguments.

fetch()ResultData[source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:PER:LENergy:LE2M
value: ResultData = driver.rxQuality.search.per.lowEnergy.le2M.fetch()
Return the results of PER search RX measurement for LE direct test mode and LE connection tests.

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

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

  • LE connection tests (normal mode) : Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (..:NMODe:LENergy:LRANge..) are available.

return

structure: for return value, see the help for ResultData structure arguments.

read()ResultData[source]
# SCPI: READ:BLUetooth:SIGNaling<Instance>:RXQuality:SEARch:PER:LENergy:LE2M
value: ResultData = driver.rxQuality.search.per.lowEnergy.le2M.read()
Return the results of PER search RX measurement for LE direct test mode and LE connection tests.

INTRO_CMD_HELP: Starts, stops, or aborts the measurement:

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

  • LE connection tests (normal mode) : Commands for uncoded LE 1M PHY (..:NMODe:LENergy:LE1M..) , LE 2M PHY (..:NMODe:LENergy:LE2M..) , and LE coded PHY (..:NMODe:LENergy:LRANge..) are available.

return

structure: for return value, see the help for ResultData structure arguments.