A0Reference

SCPI Commands

READ:BLUetooth:SIGNaling<Instance>:RXQuality:TRACe:IQCoherency:A0Reference
FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:TRACe:IQCoherency:A0Reference
class A0Reference[source]

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

fetch()List[float][source]
# SCPI: FETCh:BLUetooth:SIGNaling<Instance>:RXQuality:TRACe:IQCoherency:A0Reference
value: List[float] = driver.rxQuality.trace.iqCoherency.a0Reference.fetch()

Return the trace results of reference phase deviation RPD for IQ samples coherency measured at antenna 0.

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

return

mrp: float 720 RPD results, one result per IQ sample slot.

read()List[float][source]
# SCPI: READ:BLUetooth:SIGNaling<Instance>:RXQuality:TRACe:IQCoherency:A0Reference
value: List[float] = driver.rxQuality.trace.iqCoherency.a0Reference.read()

Return the trace results of reference phase deviation RPD for IQ samples coherency measured at antenna 0.

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

return

mrp: float 720 RPD results, one result per IQ sample slot.