EvMagnitude

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:EVMagnitude
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class EvMagnitudeStruct[source]

Response structure. Fields:

  • 1 Rms: float | bool: numeric | ON | OFF

  • 2 Peak: float | bool: numeric | ON | OFF

get(qam=Qam.Default) EvMagnitudeStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:EVMagnitude
value: EvMagnitudeStruct = driver.configure.nrSubMeas.multiEval.limit.qam.evMagnitude.get(qam = repcap.Qam.Default)

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

Parameters:

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

Returns:

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

set(rms: float | bool, peak: float | bool, qam=Qam.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:EVMagnitude
driver.configure.nrSubMeas.multiEval.limit.qam.evMagnitude.set(rms = 1.0, peak = 1.0, qam = repcap.Qam.Default)

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

Parameters:
  • rms – (float or boolean) numeric | ON | OFF

  • peak – (float or boolean) numeric | ON | OFF

  • qam – optional repeated capability selector. Default value: Order16 (settable in the interface ‘Qam’)