All
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:ALL
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class FetchStruct[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Seg_Reliability: int: Reliability indicator for the segment
3 Statist_Expired: int: Reached statistical length in slots
4 Out_Of_Tolerance: int: Percentage of measured subframes with failed limit check
5 Margin_Curr_Neg: List[float]: Margin results for current trace, negative offsets
6 Margin_Curr_Pos: List[float]: Margin results for current trace, positive offsets
7 Margin_Avg_Neg: List[float]: Margin results for average trace, negative offsets
8 Margin_Avg_Pos: List[float]: Margin results for average trace, positive offsets
9 Margin_Min_Neg: List[float]: Margin results for maximum trace (resulting in minimum margins) , negative offsets
10 Margin_Min_Pos: List[float]: Margin results for maximum trace (resulting in minimum margins) , positive offsets
- fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:ALL value: FetchStruct = driver.nrSubMeas.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.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for FetchStruct structure arguments.