Low

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>][:LAYer<layer>]:IQ:LOW
class LowCls[source]

Low 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(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:TRACe[:CC<no>][:LAYer<layer>]:IQ:LOW
value: FetchStruct = driver.nrSubMeas.multiEval.trace.cc.layer.iq.low.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)

Returns the results in the I/Q constellation diagram for low and high EVM window position, for carrier <no>, layer/antenna <l>. 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’.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

param layer:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)

return:

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