Extreme
SCPI Command :
FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:EXTReme
- class ExtremeCls[source]
Extreme commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- 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: No parameter help available
- fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:EXTReme
Snippet: value: FetchStruct = driver.lteMeas.multiEval.inbandEmission.cc.margin.extreme.fetch(carrierComponent = repcap.CarrierComponent.Default)
Return the limit line margin results for the CC<no> diagram. 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.
- 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.lteMeas.multiEval.inbandEmission.cc.margin.extreme.clone()
Subgroups