EvMagnitude

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:EVMagnitude
class EvMagnitudeCls[source]

EvMagnitude commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class EvMagnitudeStruct[source]

Response structure. Fields:

  • Rms: float or bool: No parameter help available

  • Peak: float or bool: No parameter help available

get(qAMmodOrder=QAMmodOrder.Default) EvMagnitudeStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:EVMagnitude
value: EvMagnitudeStruct = driver.configure.lteMeas.multiEval.limit.qam.evMagnitude.get(qAMmodOrder = repcap.QAMmodOrder.Default)

Defines upper limits for the RMS and peak values of the error vector magnitude (EVM) , for QAM modulations.

param qAMmodOrder:

optional repeated capability selector. Default value: Qam16 (settable in the interface ‘Qam’)

return:

structure: for return value, see the help for EvMagnitudeStruct structure arguments.

set(rms: float, peak: float, qAMmodOrder=QAMmodOrder.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:EVMagnitude
driver.configure.lteMeas.multiEval.limit.qam.evMagnitude.set(rms = 1.0, peak = 1.0, qAMmodOrder = repcap.QAMmodOrder.Default)

Defines upper limits for the RMS and peak values of the error vector magnitude (EVM) , for QAM modulations.

param rms:

(float or boolean) No help available

param peak:

(float or boolean) No help available

param qAMmodOrder:

optional repeated capability selector. Default value: Qam16 (settable in the interface ‘Qam’)