Maximum
SCPI Commands :
READ:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum
FETCh:NIOT: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:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum value: List[float] = driver.niotMeas.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:NIOT:MEASurement<Instance>:MEValuation:TRACe:EVMSymbol:MAXimum value: List[float] = driver.niotMeas.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