Average

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:AVERage
CALCulate:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:AVERage
class AverageCls[source]

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

calculate(utError=UtError.Default) List[ResultStatus2][source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:AVERage
value: List[enums.ResultStatus2] = driver.multiEval.utError.average.calculate(utError = repcap.UtError.Default)

Return the values of the unused tone error traces according to standard 802.11ax and be. The results of the current, average, minimum and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param utError:

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

return:

ute_yvals: float Comma-separated list of unused tone error results, one value per each 26-tone RU. The total number of RUs depends on the bandwidth, see table below. Unit: dB

fetch(utError=UtError.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:AVERage
value: List[float] = driver.multiEval.utError.average.fetch(utError = repcap.UtError.Default)

Return the values of the unused tone error traces according to standard 802.11ax and be. The results of the current, average, minimum and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param utError:

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

return:

ute_yvals: float Comma-separated list of unused tone error results, one value per each 26-tone RU. The total number of RUs depends on the bandwidth, see table below. Unit: dB

read(utError=UtError.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:AVERage
value: List[float] = driver.multiEval.utError.average.read(utError = repcap.UtError.Default)

Return the values of the unused tone error traces according to standard 802.11ax and be. The results of the current, average, minimum and maximum traces can be retrieved. The values described below are returned by FETCh and READ commands. CALCulate commands return limit check results instead, one value for each result listed below.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param utError:

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

return:

ute_yvals: float Comma-separated list of unused tone error results, one value per each 26-tone RU. The total number of RUs depends on the bandwidth, see table below. Unit: dB