Average

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:AVERage
class AverageCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • 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.

  • Margin: float: No parameter help available

fetch(carrierComponent=CarrierComponent.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:IEMission:CC<Nr>:MARGin:AVERage
value: FetchStruct = driver.lteMeas.multiEval.inbandEmission.cc.margin.average.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.