Maximum

SCPI Commands :

READ:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum
FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum
class MaximumCls[source]

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

fetch() List[float][source]
# SCPI: FETCh:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum
value: List[float] = driver.lteMeas.multiEval.trace.evmSymbol.maximum.fetch()

Returns the values of the EVM vs modulation symbol trace. See also ‘Square EVM’.

Suppressed linked return values: reliability

return:

ratio: Comma-separated list of EVM values, one value per modulation symbol

read() List[float][source]
# SCPI: READ:LTE:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum
value: List[float] = driver.lteMeas.multiEval.trace.evmSymbol.maximum.read()

Returns the values of the EVM vs modulation symbol trace. See also ‘Square EVM’.

Suppressed linked return values: reliability

return:

ratio: Comma-separated list of EVM values, one value per modulation symbol