Low

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:IQ:LOW
class LowCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Iphase: List[float]: Normalized I amplitude.

  • 3 Qphase: List[float]: Normalized Q amplitude.

fetch() FetchStruct[source]

FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:IQ:LOW

Snippet: value: FetchStruct = driver.lteMeas.multiEval.trace.iq.low.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.