All

SCPI Command :

FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:ALL
class AllCls[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Seg_Reliability: int: Reliability indicator for the segment

  • Statist_Expired: int: Reached statistical length in slots

  • Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check

  • Margin_Curr_Neg: List[float]: No parameter help available

  • Margin_Curr_Pos: List[float]: No parameter help available

  • Margin_Avg_Neg: List[float]: No parameter help available

  • Margin_Avg_Pos: List[float]: No parameter help available

  • Margin_Min_Neg: List[float]: No parameter help available

  • Margin_Min_Pos: List[float]: No parameter help available

fetch(segment=Segment.Default) FetchStruct[source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:ALL
value: FetchStruct = driver.lteMeas.multiEval.listPy.segment.seMask.margin.all.fetch(segment = repcap.Segment.Default)

Return limit line margin values, i.e. vertical distances between the spectrum emission mask and a trace, for segment <no> in list mode.

param segment:

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

return:

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