Maximum
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK:MAXimum
FETCh:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK:MAXimum
- class MaximumCls[source]
Maximum commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: decimal ‘Reliability indicator’
2 Low: List[float]: float EVM value for low EVM window position Unit: %
3 High: List[float]: float EVM value for high EVM window position Unit: %
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK:MAXimum
Snippet: value: ResultData = driver.multiEval.evMagnitude.peak.maximum.fetch()
Returns the values of the EVM peak diagrams for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum diagrams can be retrieved. There is one pair of EVM values per SC-FDMA symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘View EVM’.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:EVMagnitude:PEAK:MAXimum
Snippet: value: ResultData = driver.multiEval.evMagnitude.peak.maximum.read()
Returns the values of the EVM peak diagrams for the SC-FDMA symbols in the measured slot. The results of the current, average and maximum diagrams can be retrieved. There is one pair of EVM values per SC-FDMA symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘View EVM’.
- return:
structure: for return value, see the help for ResultData structure arguments.