A0Reference

SCPI Commands

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

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

class CalculateStruct[source]

Response structure. Fields:

  • 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 valid measurements Range: 0 to 100E+3

  • Valid_Iq_Pairs_Rec: enums.ResultStatus2: float Percentage of received valid IQ sample pairs related to all received IQ pairs Range: 0 % to 100 % , Unit: %

  • Mean_Amplitude: enums.ResultStatus2: float Mean amplitude Range: 0 to 1 , Unit: dBFS

  • Max_Amplitude: enums.ResultStatus2: float Max amplitude Range: 0 to 1 , Unit: dBFS

  • 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

  • Nos_Pos_Amp: enums.ResultStatus2: No parameter help available

class ResultData[source]

Response structure. Fields:

  • Trans_Packets: int: No parameter help available

  • Rec_Events: float: No parameter help available

  • Rec_Events_Val_Crc: int: No parameter help available

  • No_Valid_Iqp_Airs: int: No parameter help available

  • Valid_Iq_Pairs_Rec: float: No parameter help available

  • Mean_Amplitude: float: No parameter help available

  • Max_Amplitude: float: No parameter help available

  • Rec_Events_Cnt: int: No parameter help available

  • Pro_Events_Cnt: int: No parameter help available

  • Pro_Events_Val_Crc: int: No parameter help available

  • Nof_Pos_Amp: int: No parameter help available

calculate()CalculateStruct[source]
# SCPI: CALCulate:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange:LENergy:LE1M:A0Reference
value: CalculateStruct = driver.rxQuality.iqDrange.lowEnergy.le1M.a0Reference.calculate()

Returns the results of IQ dynamic range Rx measurement for the specified antenna. Commands for uncoded LE 1M PHY (..:LE1M. .) and LE 2M PHY (..:LE2M..) are available. Commands for reference antenna (…:A0Reference) , mandatory second non-reference antenna (…:A1NReference) , and optional third and fourth non-reference antennas 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.

Use RsCmwBluetoothSig.reliability.last_value to read the updated reliability indicator.

return

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

fetch()ResultData[source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange:LENergy:LE1M:A0Reference
value: ResultData = driver.rxQuality.iqDrange.lowEnergy.le1M.a0Reference.fetch()

Returns the results of IQ dynamic range Rx measurement for the specified antenna. Commands for uncoded LE 1M PHY (..:LE1M. .) and LE 2M PHY (..:LE2M..) are available. Commands for reference antenna (…:A0Reference) , mandatory second non-reference antenna (…:A1NReference) , and optional third and fourth non-reference antennas 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.

Use RsCmwBluetoothSig.reliability.last_value to read the updated reliability indicator.

return

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

read()ResultData[source]
# SCPI: READ:BLUetooth:SIGNaling<Instance>:RXQuality:IQDRange:LENergy:LE1M:A0Reference
value: ResultData = driver.rxQuality.iqDrange.lowEnergy.le1M.a0Reference.read()

No command help available

Use RsCmwBluetoothSig.reliability.last_value to read the updated reliability indicator.

return

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