Current
SCPI Commands :
READ:NRSub:MEASurement<Instance>:PRACh:TRACe:EVM:CURRent
FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:EVM:CURRent
- Commands in total: 2Subgroups: 0Direct child commands: 2
- fetch() List[float][source]
# FETCh:NRSub:MEASurement<Instance>:PRACh:TRACe:EVM:CURRent value: List[float] = driver.nrSubMeas.prach.trace.evm.current.fetch()
Return the values of the EVM vs subcarrier traces. Each value is averaged over the samples in one preamble subcarrier. The results of the current, average and maximum traces can be retrieved. See also ‘Squares EVM, Magnitude Error, Phase Error’.
Suppressed linked return values: reliability
- Returns:
results: Comma-separated list of EVM values, one value per subcarrier.
- read() List[float][source]
# READ:NRSub:MEASurement<Instance>:PRACh:TRACe:EVM:CURRent value: List[float] = driver.nrSubMeas.prach.trace.evm.current.read()
Return the values of the EVM vs subcarrier traces. Each value is averaged over the samples in one preamble subcarrier. The results of the current, average and maximum traces can be retrieved. See also ‘Squares EVM, Magnitude Error, Phase Error’.
Suppressed linked return values: reliability
- Returns:
results: Comma-separated list of EVM values, one value per subcarrier.