Average

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEMask:MARGin:AREA<nr>:POSitiv: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’

  • Margin_Avg_Pos_X: List[float]: X-position of margin for selected area

  • Margin_Avg_Pos_Y: List[float]: Y-value of margin for selected area

fetch(area=Area.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEMask:MARGin:AREA<nr>:POSitiv:AVERage
value: FetchStruct = driver.lteMeas.multiEval.listPy.seMask.margin.area.positiv.average.fetch(area = repcap.Area.Default)

Return spectrum emission mask margin positions for all measured list mode segments. The individual commands provide results for the CURRent, AVERage and maximum traces (resulting in MINimum margins) for NEGative and POSitive offset frequencies. The results are returned as pairs per segment: <Reliability>, {<MarginPosX>, <MarginPosY>}Seg 1, {<MarginPosX>, <MarginPosY>}Seg 2, …

param area:

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

return:

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