Maximum

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:SYMBol:MAXimum
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:SYMBol:MAXimum
class MaximumCls[source]

Maximum 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:MAXimum
value: List[float] = driver.multiEval.trace.evMagnitude.symbol.maximum.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 p. The results of the current, average and maximum traces can be retrieved.

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:

evm_trace_max: No help available

read(start: float = None, count: float = None, decimation: float = None) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:EVMagnitude:SYMBol:MAXimum
value: List[float] = driver.multiEval.trace.evMagnitude.symbol.maximum.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 p. The results of the current, average and maximum traces can be retrieved.

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:

evm_trace_max: No help available