Iq
SCPI Command :
FETCh:NIOT:MEASurement<Instance>:PRACh: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>:PRACh:TRACe:IQ value: FetchStruct = driver.niotMeas.prach.trace.iq.fetch()
Returns the results in the I/Q constellation diagram. The return order is: <Reliability>, <IPhase>1, <QPhase>1, <IPhase>2, <QPhase>2, … See also ‘Square IQ’.
- return:
structure: for return value, see the help for FetchStruct structure arguments.