Average

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:IEMission:MARGin:AVERage
class AverageCls[source]

Average commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Margin: List[float]: Margin over all non-allocated RBs (scope of general limit component)

  • Iq_Image: List[float]: Margin at image frequencies of allocated RBs (scope of I/Q image limit component)

  • Carr_Leakage: List[float]: Margin at the carrier frequency (scope of I/Q offset limit component)

fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:IEMission:MARGin:AVERage
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.cc.iemission.margin.average.fetch(carrierComponent = repcap.CarrierComponent.Default)

Return the in-band emission limit line margin results for all measured list mode segments, for carrier <c>. The CURRent margins indicate the minimum (vertical) distance between the limit line and the current trace. A negative result indicates that the limit is exceeded. The AVERage, EXTReme and SDEViation values are calculated from the current margins. The results are returned as triplets per segment: <Reliability>, {<Margin>, <IQImage>, <CarrLeakage>}seg 1, {<Margin>, <IQImage>, <CarrLeakage>}seg 2, …

param carrierComponent:

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

return:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.nrSubMeas.multiEval.listPy.cc.iemission.margin.average.clone()

Subgroups