Current

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:MARGin:CURRent
FETCh:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:MARGin:CURRent
CALCulate:WLAN:MEASurement<Instance>:MEValuation:UTERror<n>:MARGin: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>:MARGin:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.utError.margin.current.calculate(utError = repcap.UtError.Default)

Returns the margin values of the unused tone error measurement for the current, average, minimum and maximum traces. A positive margin indicates a violation of the unused tone error limit line. The respective trace value is located above the upper 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_margin: float Comma-separated list of margins to the unused tone error limits, 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>:MARGin:CURRent
value: List[float] = driver.multiEval.utError.margin.current.fetch(utError = repcap.UtError.Default)

Returns the margin values of the unused tone error measurement for the current, average, minimum and maximum traces. A positive margin indicates a violation of the unused tone error limit line. The respective trace value is located above the upper 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_margin: float Comma-separated list of margins to the unused tone error limits, 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>:MARGin:CURRent
value: List[float] = driver.multiEval.utError.margin.current.read(utError = repcap.UtError.Default)

Returns the margin values of the unused tone error measurement for the current, average, minimum and maximum traces. A positive margin indicates a violation of the unused tone error limit line. The respective trace value is located above the upper 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_margin: float Comma-separated list of margins to the unused tone error limits, one value per each 26-tone RU. The total number of RUs depends on the bandwidth, see table below. Unit: dB