Positiv

SCPI Command :

FETCh:NRMMw:MEASurement<Instance>:MEValuation:SEMask:MARGin:AVERage: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’

  • 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.

  • Margin_Pow_Avg_Pos: List[float]: Comma-separated list of 12 trace values, one value per emission mask area

fetch() FetchStruct[source]
# SCPI: FETCh:NRMMw:MEASurement<Instance>:MEValuation:SEMask:MARGin:AVERage:POWer:POSitiv
value: FetchStruct = driver.nrMmwMeas.multiEval.seMask.margin.average.power.positiv.fetch()

Returns the spectrum emission trace values at the limit line margin positions of the emission mask areas. 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.

return:

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