A0Reference

SCPI Commands

READ:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:LENergy:LE2M:A0Reference
FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:LENergy:LE2M:A0Reference
CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:LENergy:LE2M:A0Reference
class A0Reference[source]

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

class CalculateStruct[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

  • Trans_Packets: float: decimal No. of transmitted packets Range: 0 to 200E+6

  • Rec_Events: float: No parameter help available

  • Rec_Events_Val_Crc: float: No parameter help available

  • No_Valid_Iqp_Airs: enums.ResultStatus2: decimal No. of received valid IQ sample pairs

  • Valid_Iq_Pairs_Rec: enums.ResultStatus2: float Percentage of received valid IQ sample pairs related to all received IQ pairs

  • Mean_Phase_Diff: enums.ResultStatus2: float Mean current phase difference Unit: rad/π

  • Rec_Events_Cnt: enums.ResultStatus2: decimal No. of received events

  • Pro_Events_Cnt: enums.ResultStatus2: decimal No. of processed events

  • Pro_Events_Val_Crc: enums.ResultStatus2: No parameter help available

  • Nof_Pos_Pha: enums.ResultStatus2: decimal No. of possible phase measurements determined by CTE length, slot length and number of antennas

  • Mrpd_Avg: enums.ResultStatus2: float Mean reference phase deviation (RPD) - average value

  • Mrpd_Min: enums.ResultStatus2: float Mean RPD - minimum value

  • Mrpd_Max: enums.ResultStatus2: float Mean RPD - maximum value

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal See ‘Reliability Indicator’

  • Trans_Packets: int: decimal No. of transmitted packets Range: 0 to 200E+6

  • Rec_Events: float: No parameter help available

  • Rec_Events_Val_Crc: int: No parameter help available

  • No_Valid_Iqp_Airs: int: decimal No. of received valid IQ sample pairs

  • Valid_Iq_Pairs_Rec: float: float Percentage of received valid IQ sample pairs related to all received IQ pairs

  • Mean_Phase_Diff: float: float Mean current phase difference Unit: rad/π

  • Rec_Events_Cnt: int: decimal No. of received events

  • Pro_Events_Cnt: int: decimal No. of processed events

  • Pro_Events_Val_Crc: int: No parameter help available

  • Nof_Pos_Pha: int: decimal No. of possible phase measurements determined by CTE length, slot length and number of antennas

  • Mrpd_Avg: float: float Mean reference phase deviation (RPD) - average value

  • Mrpd_Min: float: float Mean RPD - minimum value

  • Mrpd_Max: float: float Mean RPD - maximum value

calculate()CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:LENergy:LE2M:A0Reference
value: CalculateStruct = driver.rxQuality.iqCoherency.lowEnergy.le2M.a0Reference.calculate()

Return the results of IQ samples coherency RPD measurements for the reference antenna. Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

fetch()ResultData[source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:LENergy:LE2M:A0Reference
value: ResultData = driver.rxQuality.iqCoherency.lowEnergy.le2M.a0Reference.fetch()

Return the results of IQ samples coherency RPD measurements for the reference antenna. Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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

read()ResultData[source]
# SCPI: READ:BLUetooth:SIGNaling<Instance>:RXQuality:IQCoherency:LENergy:LE2M:A0Reference
value: ResultData = driver.rxQuality.iqCoherency.lowEnergy.le2M.a0Reference.read()

Return the results of IQ samples coherency RPD measurements for the reference antenna. Commands for uncoded LE 1M PHY (.. :LE1M..) and LE 2M PHY (..:LE2M..) are available. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

return

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