Terror

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TERRor
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TERRor
class TerrorCls[source]

Terror commands group definition. 4 total commands, 1 Subgroups, 2 group commands

fetch(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TERRor
value: List[float] = driver.wlanMeas.multiEval.trace.terror.fetch(start = 1.0, count = 1.0, decimation = 1.0)

Return timing error traces. The number of results corresponds to the statistic count, see method RsCMPX_WlanMeas. Configure.WlanMeas.MultiEval.Scount.powerVsTime.

Suppressed linked return values: reliability

param start:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param count:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param decimation:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

return:

te_times: Comma-separated list of timing error values

read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TERRor
value: List[float] = driver.wlanMeas.multiEval.trace.terror.read(start = 1.0, count = 1.0, decimation = 1.0)

Return timing error traces. The number of results corresponds to the statistic count, see method RsCMPX_WlanMeas. Configure.WlanMeas.MultiEval.Scount.powerVsTime.

Suppressed linked return values: reliability

param start:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param count:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

param decimation:

For the optional query parameters start, count and decimation, see ‘Trace subarrays’.

return:

te_times: Comma-separated list of timing error values

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.wlanMeas.multiEval.trace.terror.clone()

Subgroups