Average

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:SEGMent<seg>:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:SEGMent<seg>:AVERage
class AverageCls[source]

Average commands group definition. 2 total commands, 0 Subgroups, 2 group commands

fetch(start: float = None, count: float = None, decimation: float = None, segment=Segment.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:SEGMent<seg>:AVERage
value: List[float] = driver.wlanMeas.multiEval.trace.powerVsTime.risingEdge.segment.average.fetch(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the values of the power vs time ramp traces, rising edge (REDGe) and falling edge (FEDGe) for SISO measurements and bandwidths > 160 MHz. The results are available for the left 160 MHz segment <1> and for the right 160 MHz segment <2>. The results of the current, average, maximum and minimum traces can be retrieved.

Suppressed linked return values: reliability

param start:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param count:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param decimation:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param segment:

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

return:

power_aver: Comma-separated list of power values

read(start: float = None, count: float = None, decimation: float = None, segment=Segment.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:PVTime:REDGe:SEGMent<seg>:AVERage
value: List[float] = driver.wlanMeas.multiEval.trace.powerVsTime.risingEdge.segment.average.read(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the values of the power vs time ramp traces, rising edge (REDGe) and falling edge (FEDGe) for SISO measurements and bandwidths > 160 MHz. The results are available for the left 160 MHz segment <1> and for the right 160 MHz segment <2>. The results of the current, average, maximum and minimum traces can be retrieved.

Suppressed linked return values: reliability

param start:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param count:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param decimation:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param segment:

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

return:

power_aver: Comma-separated list of power values