Positiv

SCPI Command :

FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:CURRent:POWer:POSitiv
class PositivCls[source]

Positiv 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_Power: List[float]: Comma-separated list of 12 trace values, one value per emission mask area

fetch(sEGMent=SEGMent.Default) FetchStruct[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask:MARGin:CURRent:POWer:POSitiv
value: FetchStruct = driver.nrMmwMeas.multiEval.listPy.segment.seMask.margin.current.power.positiv.fetch(sEGMent = repcap.SEGMent.Default)

Returns the spectrum emission trace values at the limit line margin positions of the emission mask areas for segment <no> in list mode. The individual commands provide results for the CURRent, AVERage and maximum traces (resulting in MINimum margins) . There are results for NEGative and POSitive offset frequencies. For inactive areas, NCAP is returned.

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.