Average

SCPI Commands :

FETCh:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:NEGativ:AVERage<PPDU>
READ:UWB:MEASurement<Instance>:MEValuation:TSMask:MARGin:AREA<nr>:NEGativ: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_Neg_X: float: X-position of the margin for the area no

  • Margin_Aver_Neg_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>:NEGativ:AVERage<PPDU>
value: ResultData = driver.uwbMeas.multiEval.tsMask.margin.area.negativ.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 negative 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>:NEGativ:AVERage<PPDU>
value: ResultData = driver.uwbMeas.multiEval.tsMask.margin.area.negativ.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 negative 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.