Average
SCPI Commands :
FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:AVERage<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:AVERage<PPDU>
- class AverageCls[source]
Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
Reliability: int: ‘Reliability indicator’
Margin_Aver_Pos_X: float: X-position of the margin for the area no
Margin_Aver_Pos_Y: float: Y-value of the margin for the area no
- fetch(area=Area.Default, ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:AVERage<PPDU> value: ResultData = driver.uwbMeas.multiEval.tsMask.margin.area.positiv.average.fetch(area = repcap.Area.Default, ppdu = repcap.Ppdu.Nr1)
Returns the margin values between the result trace and the transmit spectrum mask for the area <no> with positive frequency offset. A negative margin indicates that the trace is located above the limit line, i.e. the limit is exceeded. The current and average values can be retrieved. See also ‘Narrowband results’.
- param area:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
- param ppdu:
optional repeated capability selector. Default value: Nr1
- return:
structure: for return value, see the help for ResultData structure arguments.
- read(area=Area.Default, ppdu=Ppdu.Nr1) ResultData[source]
# SCPI: READ:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:POSitiv:AVERage<PPDU> value: ResultData = driver.uwbMeas.multiEval.tsMask.margin.area.positiv.average.read(area = repcap.Area.Default, ppdu = repcap.Ppdu.Nr1)
Returns the margin values between the result trace and the transmit spectrum mask for the area <no> with positive frequency offset. A negative margin indicates that the trace is located above the limit line, i.e. the limit is exceeded. The current and average values can be retrieved. See also ‘Narrowband results’.
- param area:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Area’)
- param ppdu:
optional repeated capability selector. Default value: Nr1
- return:
structure: for return value, see the help for ResultData structure arguments.