Limit

SCPI Commands :

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

Limit 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>:LIMit
value: List[enums.ResultStatus2] = driver.multiEval.utError.limit.calculate(utError = repcap.UtError.Default)

Displays unused tone error limit line. 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_limit_line: float Comma-separated list of unused tone error limits, one value per 26-tone RU (from left to right) Unit: dB

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

Displays unused tone error limit line. 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_limit_line: float Comma-separated list of unused tone error limits, one value per 26-tone RU (from left to right) Unit: dB

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

Displays unused tone error limit line. 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_limit_line: float Comma-separated list of unused tone error limits, one value per 26-tone RU (from left to right) Unit: dB