Negativ

SCPI Command :

FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask:MARGin:AVERage:NEGativ
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class FetchStruct[source]

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

  • 2 Out_Of_Tolerance: int: Out of tolerance result, i.e. the percentage of measurement intervals of the statistic count for spectrum emission measurements exceeding the specified spectrum emission mask limits.

  • 3 Margin_Avg_Neg_X: List[float]: X-position of the margin of an area

  • 4 Margin_Avg_Neg_Y: List[float]: Y-value of the margin of an area

fetch() FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:SEMask:MARGin:AVERage:NEGativ
value: FetchStruct = driver.nrSubMeas.multiEval.seMask.margin.average.negativ.fetch()

Returns spectrum emission mask margin results. A negative margin indicates that the trace is located above the limit line, i.e. the limit is exceeded. The individual commands provide results for the CURRent, AVERage and maximum traces (resulting in MINimum margins) . For each trace, the x-value and the y-value of the margins for emission mask areas 1 to 12 are provided for NEGative and POSitive offset frequencies. For inactive areas, NCAP is returned. Returned sequence: <Reliability>, <OutOfTolerance>, {<MarginX>, <MarginY>}area1, {…}area2, …, {…}area12

Returns:

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