High

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:IQ:HIGH
class HighCls[source]

High 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:LTE:MEASurement<Instance>:MEValuation:TRACe:IQ:HIGH
value: FetchStruct = driver.lteMeas.multiEval.trace.iq.high.fetch()

Returns the results in the I/Q constellation diagram for low and high EVM window position. There is one pair of values per modulation symbol. The results are returned in the following order: <Reliability>, {<IPhase>, <QPhase>}symbol 1, …, {<IPhase>, <QPhase>}symbol n See also ‘Square I/Q Constellation’

return:

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