Current

SCPI Commands :

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

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

calculate() ResultStatus2[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:CURRent
value: enums.ResultStatus2 = driver.wlanMeas.multiEval.powerVsTime.terror.current.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.

Suppressed linked return values: reliability

return:

timing_error_curr: No help available

fetch() float[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:CURRent
value: float = driver.wlanMeas.multiEval.powerVsTime.terror.current.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.

Suppressed linked return values: reliability

return:

timing_error_curr: No help available

read() float[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:CURRent
value: float = driver.wlanMeas.multiEval.powerVsTime.terror.current.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.

Suppressed linked return values: reliability

return:

timing_error_curr: No help available