Current

SCPI Commands :

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

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

calculate(mimo=Mimo.Default) ResultStatus2[source]
# SCPI: CALCulate:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:MIMO<n>:CURRent
value: enums.ResultStatus2 = driver.multiEval.powerVsTime.terror.mimo.current.calculate(mimo = repcap.Mimo.Default)

Return the current, average, minimum, maximum and standard deviation timing error single value results of the power vs time MIMO 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.

param mimo:

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

return:

timing_error_curr: No help available

fetch(mimo=Mimo.Default) float[source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:MIMO<n>:CURRent
value: float = driver.multiEval.powerVsTime.terror.mimo.current.fetch(mimo = repcap.Mimo.Default)

Return the current, average, minimum, maximum and standard deviation timing error single value results of the power vs time MIMO 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.

param mimo:

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

return:

timing_error_curr: No help available

read(mimo=Mimo.Default) float[source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:PVTime:TERRor:MIMO<n>:CURRent
value: float = driver.multiEval.powerVsTime.terror.mimo.current.read(mimo = repcap.Mimo.Default)

Return the current, average, minimum, maximum and standard deviation timing error single value results of the power vs time MIMO 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.

param mimo:

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

return:

timing_error_curr: No help available