Le1M

SCPI Commands

FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:PER:NMODe:LENergy:LE1M
READ:BLUetooth:SIGNaling<Instance>:RXQuality:PER:NMODe:LENergy:LE1M
CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:PER:NMODe: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: %

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

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

calculate()CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:PER:NMODe:LENergy:LE1M
value: CalculateStruct = driver.rxQuality.per.nmode.lowEnergy.le1M.calculate()
Return all results of the signaling LE Rx measurement for LE direct test and LE connection test.

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:PER:NMODe:LENergy:LE1M
value: ResultData = driver.rxQuality.per.nmode.lowEnergy.le1M.fetch()
Return all results of the signaling LE Rx measurement for LE direct test and LE connection test.

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:PER:NMODe:LENergy:LE1M
value: ResultData = driver.rxQuality.per.nmode.lowEnergy.le1M.read()
Return all results of the signaling LE Rx measurement for LE direct test and LE connection test.

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.