Iq

SCPI Command :

FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:IQ
class IqCls[source]

Iq commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Iphase: List[float]: Normalized I amplitude

  • Qphase: List[float]: Normalized Q amplitude

fetch() FetchStruct[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:MEValuation:TRACe:IQ
value: FetchStruct = driver.niotMeas.multiEval.trace.iq.fetch()

Returns the results in the I/Q constellation diagram as pairs of I/Q values: <Reliability>, {<IPhase>, <QPhase>}point 1, {…}point 2, …, {…}point n See also ‘Square IQ’

return:

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