Current

SCPI Command :

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

Response structure. Fields:

  • 1 Reliability: int: ‘Reliability indicator’

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

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

fetch(area=Area.Default) FetchStruct[source]
# FETCh:NRSub:MEASurement<Instance>:MEValuation:LIST:SEMask:MARGin:AREA<nr>:NEGativ:CURRent
value: FetchStruct = driver.nrSubMeas.multiEval.listPy.seMask.margin.area.negativ.current.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, …

Parameters:

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

Returns:

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