Current
SCPI Commands :
READ:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent
FETCh:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent
- class CurrentCls[source]
Current 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 Magnitude error value for low EVM window position Unit: %
3 High: List[float]: float Magnitude error value for high EVM window position Unit: %
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent
Snippet: value: ResultData = driver.multiEval.merror.current.fetch()
Returns the values of the magnitude error 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 magnitude error values per SC-FDMA symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘View Magnitude Error, Phase Error’.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:MEValuation:MERRor:CURRent
Snippet: value: ResultData = driver.multiEval.merror.current.read()
Returns the values of the magnitude error 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 magnitude error values per SC-FDMA symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1, … See also ‘View Magnitude Error, Phase Error’.
- return:
structure: for return value, see the help for ResultData structure arguments.