Le1M

SCPI Commands

CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:PER:TMODe:LENergy:LE1M
FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:PER:TMODe:LENergy:LE1M
READ:BLUetooth:SIGNaling<Instance>:RXQuality:PER:TMODe:LENergy:LE1M
class Le1M[source]

Le1M 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: %

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

  • Ber: float: float Bit error rate Range: 0 % to 100 %

  • Packets_Received: float: decimal Number of received packets detected by the R&S CMW Range: 0 to 30E+3

  • Num_Invalid_Crc: enums.ResultStatus2: decimal Number of packets with detected CRC error

  • Num_Pattern_Err: enums.ResultStatus2: decimal Number of packets with detected pattern error

  • Num_Payload_Err: enums.ResultStatus2: decimal Number of packets with detected payload length error

  • Bit_Errors: enums.ResultStatus2: decimal Number of detected bit errors

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

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

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

  • Ber: float: float Bit error rate Range: 0 % to 100 %

  • Packets_Received: int: decimal Number of received packets detected by the R&S CMW Range: 0 to 30E+3

  • Num_Invalid_Crc: int: decimal Number of packets with detected CRC error

  • Num_Pattern_Err: int: decimal Number of packets with detected pattern error

  • Num_Payload_Err: int: decimal Number of packets with detected payload length error

  • Bit_Errors: int: decimal Number of detected bit errors

calculate()CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:PER:TMODe:LENergy:LE1M
value: CalculateStruct = driver.rxQuality.per.tmode.lowEnergy.le1M.calculate()

Return all results of the signaling Rx measurement in LE test mode. Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M. .) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (..:TMODe: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:PER:TMODe:LENergy:LE1M
value: ResultData = driver.rxQuality.per.tmode.lowEnergy.le1M.fetch()

Return all results of the signaling Rx measurement in LE test mode. Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M. .) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (..:TMODe: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:PER:TMODe:LENergy:LE1M
value: ResultData = driver.rxQuality.per.tmode.lowEnergy.le1M.read()

Return all results of the signaling Rx measurement in LE test mode. Commands for uncoded LE 1M PHY (..:TMODe:LENergy:LE1M. .) , LE 2M PHY (..:TMODe:LENergy:LE2M..) , and LE coded PHY (..:TMODe:LENergy:LRANge..) are available.

return

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