Maximum

SCPI Commands :

READ:NIOT:MEASurement<Instance>:MEValuation:EVMagnitude:MAXimum
FETCh:NIOT:MEASurement<Instance>:MEValuation:EVMagnitude: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:EVMagnitude:MAXimum
value: List[float] = driver.niotMeas.multiEval.evMagnitude.maximum.fetch()

Returns the values of the EVM RMS bar graphs for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum bar graphs can be retrieved. See also ‘Square EVM’.

Suppressed linked return values: reliability

return:

results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6

read() List[float][source]
# SCPI: READ:NIOT:MEASurement<Instance>:MEValuation:EVMagnitude:MAXimum
value: List[float] = driver.niotMeas.multiEval.evMagnitude.maximum.read()

Returns the values of the EVM RMS bar graphs for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum bar graphs can be retrieved. See also ‘Square EVM’.

Suppressed linked return values: reliability

return:

results: Comma-separated list of 7 results, for SC-FDMA symbol 0 to 6