EvMagnitude
SCPI Command :
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:EVMagnitude
- class EvMagnitudeCls[source]
EvMagnitude commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class EvMagnitudeStruct[source]
Response structure. Fields:
1 Rms: float or bool: No parameter help available
2 Peak: float or bool: No parameter help available
- get() EvMagnitudeStruct[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:EVMagnitude
Snippet: value: EvMagnitudeStruct = driver.configure.lteMeas.multiEval.limit.qpsk.evMagnitude.get()
Defines upper limits for the RMS and peak values of the error vector magnitude (EVM) for QPSK.
- return:
structure: for return value, see the help for EvMagnitudeStruct structure arguments.
- set(rms: float, peak: float) None[source]
CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QPSK:EVMagnitude
Snippet: driver.configure.lteMeas.multiEval.limit.qpsk.evMagnitude.set(rms = 1.0, peak = 1.0)
Defines upper limits for the RMS and peak values of the error vector magnitude (EVM) for QPSK.
- param rms:
(float or boolean) No help available
- param peak:
(float or boolean) No help available