Average
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:AVERage
- Commands in total: 2Subgroups: 1Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for modulation measurements exceeding the specified modulation limits.
3 Margin: float: Margin over all non-allocated RBs (scope of general limit component)
4 Iq_Image: float: Margin at image frequencies of allocated RBs (scope of I/Q image limit component)
5 Carr_Leakage: float: Margin at the carrier frequency (scope of I/Q offset limit component)
- fetch(carrierComponent=CarrierComponent.Default, layer=Layer.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation[:CC<no>][:LAYer<layer>]:IEMission:MARGin:AVERage value: FetchStruct = driver.nrSubMeas.multiEval.cc.layer.iemission.margin.average.fetch(carrierComponent = repcap.CarrierComponent.Default, layer = repcap.Layer.Default)
Return the limit line margin results for carrier <no>, layer/antenna <l>. The CURRent margin indicates the minimum (vertical) distance between the in-band emissions 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 margin results cannot be displayed at the GUI.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
layer – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Layer’)
- 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
average_copy = driver.nrSubMeas.multiEval.cc.layer.iemission.margin.average.clone()
Subgroups