Current
SCPI Commands :
READ:LTE:MEASurement<Instance>:PRACh:EVMSymbol:CURRent
FETCh:LTE:MEASurement<Instance>:PRACh:EVMSymbol:CURRent
CALCulate:LTE:MEASurement<Instance>:PRACh:EVMSymbol:CURRent
- class CurrentCls[source]
Current commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- class CalculateStruct[source]
Response structure. Fields:
1 Reliability: int: No parameter help available
2 Low: List[enums.ResultStatus2]: No parameter help available
3 High: List[enums.ResultStatus2]: No parameter help available
- class ResultData[source]
Response structure. Fields:
1 Reliability: int: ‘Reliability indicator’
2 Low: List[float]: EVM value for low EVM window position.
3 High: List[float]: EVM value for high EVM window position.
- calculate() CalculateStruct[source]
CALCulate:LTE:MEASurement<Instance>:PRACh:EVMSymbol:CURRent
Snippet: value: CalculateStruct = driver.lteMeas.prach.evmSymbol.current.calculate()
No command help available
- return:
structure: for return value, see the help for CalculateStruct structure arguments.
- fetch() ResultData[source]
FETCh:LTE:MEASurement<Instance>:PRACh:EVMSymbol:CURRent
Snippet: value: ResultData = driver.lteMeas.prach.evmSymbol.current.fetch()
Returns the values of the EVM RMS diagrams for the OFDM symbols in the measured preamble. The results of the current, average and maximum diagrams can be retrieved. There is one pair of EVM values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1 If the preamble contains only one symbol, NCAPs are returned for the remaining symbol. See also ‘Square EVM vs Symbol’.
- return:
structure: for return value, see the help for ResultData structure arguments.
- read() ResultData[source]
READ:LTE:MEASurement<Instance>:PRACh:EVMSymbol:CURRent
Snippet: value: ResultData = driver.lteMeas.prach.evmSymbol.current.read()
Returns the values of the EVM RMS diagrams for the OFDM symbols in the measured preamble. The results of the current, average and maximum diagrams can be retrieved. There is one pair of EVM values per OFDM symbol, returned in the following order: <Reliability>, {<Low>, <High>}symbol 0, {<Low>, <High>}symbol 1 If the preamble contains only one symbol, NCAPs are returned for the remaining symbol. See also ‘Square EVM vs Symbol’.
- return:
structure: for return value, see the help for ResultData structure arguments.