CfError

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:CFERror
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:CFERror
class CfErrorCls[source]

CfError commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

Return carrier frequency offset (CFO) error traces for HE. The number of results corresponds to the statistic count, see method RsCmwWlanMeas.Configure.MultiEval.Scount.modulation.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

cfo_frequencies: float Comma-separated list of CFO error values Unit: Hz

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

Return carrier frequency offset (CFO) error traces for HE. The number of results corresponds to the statistic count, see method RsCmwWlanMeas.Configure.MultiEval.Scount.modulation.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

return:

cfo_frequencies: float Comma-separated list of CFO error values Unit: Hz