Average

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:AVERage
CALCulate:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:AVERage
class AverageCls[source]

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

calculate() ResultStatus2[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:AVERage
value: enums.ResultStatus2 = driver.multiEval.powerVsTime.terror.average.calculate()

Return the current, average, minimum, maximum and standard deviation timing error single value results of the power vs time measurement. The commands are only supported for OFDM standards. 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:

timing_error_aver: float Unit: s

fetch() float[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:AVERage
value: float = driver.multiEval.powerVsTime.terror.average.fetch()

Return the current, average, minimum, maximum and standard deviation timing error single value results of the power vs time measurement. The commands are only supported for OFDM standards. 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:

timing_error_aver: float Unit: s

read() float[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:AVERage
value: float = driver.multiEval.powerVsTime.terror.average.read()

Return the current, average, minimum, maximum and standard deviation timing error single value results of the power vs time measurement. The commands are only supported for OFDM standards. 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:

timing_error_aver: float Unit: s