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.wlanMeas.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.

Suppressed linked return values: reliability

param utError:

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

return:

ute_limit_line: Comma-separated list of unused tone error limits, one value per 26-tone RU (from left to right)

fetch(utError=UtError.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:LIMit
value: List[float] = driver.wlanMeas.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.

Suppressed linked return values: reliability

param utError:

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

return:

ute_limit_line: Comma-separated list of unused tone error limits, one value per 26-tone RU (from left to right)

read(utError=UtError.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:LIMit
value: List[float] = driver.wlanMeas.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.

Suppressed linked return values: reliability

param utError:

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

return:

ute_limit_line: Comma-separated list of unused tone error limits, one value per 26-tone RU (from left to right)