Current

SCPI Commands :

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

Current 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>:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.utError.current.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>:CURRent
value: List[float] = driver.multiEval.utError.current.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>:CURRent
value: List[float] = driver.multiEval.utError.current.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