IqDifference

SCPI Commands :

READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:IQDiff
FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:IQDiff
class IqDifferenceCls[source]

IqDifference commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: decimal ‘Reliability indicator’

  • Iphase: List[float]: float N in-phase amplitudes (IPhase) and N quadrature-phase (QPhase) amplitudes, where N is equal to the number of processed 50-symbol blocks; see ‘Trace points for IQ constellation diagrams (EDR) ‘. Range: -2 to 2

  • Qphase: List[float]: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:IQDiff
value: ResultData = driver.multiEval.trace.iqDifference.fetch()

Returns the values of the traces in the I/Q constellation diagrams. The mnemonics IQABs, IQDiff, and IQERr denote the absolute, differential and I/Q constellation error results. The I/Q traces are available for EDR packets (method RsCmwBluetoothMeas.Configure.InputSignal.btype EDR) .

return:

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

read() ResultData[source]
# SCPI: READ:BLUetooth:MEASurement<Instance>:MEValuation:TRACe:IQDiff
value: ResultData = driver.multiEval.trace.iqDifference.read()

Returns the values of the traces in the I/Q constellation diagrams. The mnemonics IQABs, IQDiff, and IQERr denote the absolute, differential and I/Q constellation error results. The I/Q traces are available for EDR packets (method RsCmwBluetoothMeas.Configure.InputSignal.btype EDR) .

return:

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