Current

SCPI Commands :

READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:CURRent
FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:CURRent
CALCulate:WLAN:MEASurement<instance>:MEValuation:SFLatness:CURRent
class CurrentCls[source]

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

calculate() List[ResultStatus2][source]
# SCPI: CALCulate:WLAN:MEASurement<instance>:MEValuation:SFLatness:CURRent
value: List[enums.ResultStatus2] = driver.multiEval.spectrFlatness.current.calculate()

Returns the margin values of the spectrum flatness measurement for the current, average, minimum and maximum traces. A positive margin indicates a violation of the spectrum flatness limit. The respective trace value is located above the upper or below the lower 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.

return:

margins: No help available

fetch() List[float][source]
# SCPI: FETCh:WLAN:MEASurement<instance>:MEValuation:SFLatness:CURRent
value: List[float] = driver.multiEval.spectrFlatness.current.fetch()

Returns the margin values of the spectrum flatness measurement for the current, average, minimum and maximum traces. A positive margin indicates a violation of the spectrum flatness limit. The respective trace value is located above the upper or below the lower 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.

return:

margins: No help available

read() List[float][source]
# SCPI: READ:WLAN:MEASurement<instance>:MEValuation:SFLatness:CURRent
value: List[float] = driver.multiEval.spectrFlatness.current.read()

Returns the margin values of the spectrum flatness measurement for the current, average, minimum and maximum traces. A positive margin indicates a violation of the spectrum flatness limit. The respective trace value is located above the upper or below the lower 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.

return:

margins: No help available