Average
SCPI Commands :
READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:SYMBol:AVERage
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:SYMBol:AVERage
- class AverageCls[source]
Average 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:EVMagnitude:SYMBol:AVERage value: List[float] = driver.wlanMeas.multiEval.trace.evMagnitude.symbol.average.fetch(start = 1.0, count = 1.0, decimation = 1.0)
Return the values of the EVM vs symbol traces for OFDM signals according to standard 802.11a, g, n, ac, ax, or be. The results of the current, average and maximum traces can be retrieved.
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:
evm_trace_aver: Comma-separated list of EVM values, one per OFDM symbol. The maximum number of values is 1366.
- read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:SYMBol:AVERage value: List[float] = driver.wlanMeas.multiEval.trace.evMagnitude.symbol.average.read(start = 1.0, count = 1.0, decimation = 1.0)
Return the values of the EVM vs symbol traces for OFDM signals according to standard 802.11a, g, n, ac, ax, or be. The results of the current, average and maximum traces can be retrieved.
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:
evm_trace_aver: Comma-separated list of EVM values, one per OFDM symbol. The maximum number of values is 1366.