Extreme
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:IEMission:MARGin:EXTReme
- Commands in total: 2Subgroups: 1Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Margin: List[float]: Margin over all non-allocated RBs (scope of general limit component)
3 Iq_Image: List[float]: Margin at image frequencies of allocated RBs (scope of I/Q image limit component)
4 Carr_Leakage: List[float]: Margin at the carrier frequency (scope of I/Q offset limit component)
- fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST[:CC<Carrier>]:IEMission:MARGin:EXTReme value: FetchStruct = driver.nrSubMeas.multiEval.listPy.cc.iemission.margin.extreme.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, …
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.
Cloning the Group
# Create a copy of the original group, that exists independently
extreme_copy = driver.nrSubMeas.multiEval.listPy.cc.iemission.margin.extreme.clone()
Subgroups