Positiv
SCPI Command :
FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:AVERage:POSitiv
- 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_Avg_Pos_X: List[float]: X-position of the margin of an area
6 Margin_Avg_Pos_Y: List[float]: Y-value of the margin of an area
- fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:AVERage:POSitiv value: FetchStruct = driver.nrSubMeas.multiEval.listPy.segment.seMask.margin.average.positiv.fetch(sEGMent = repcap.SEGMent.Default)
Return spectrum emission mask margin results for segment <no> in list mode. The individual commands provide results for the CURRent, AVERage and maximum traces (resulting in MINimum margins) for NEGative and POSitive offset frequencies. Returned sequence: <Reliability>, <SegReliability>, <StatistExpired>, <OutOfTolerance>, {<MarginX>, <MarginY>}area1, {… }area2, …, {…}area12
- 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.