EvMagnitude

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>: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: numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

  • Peak: float or bool: numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

get(qam=Qam.Default) EvMagnitudeStruct[source]
# SCPI: 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.

param qam:

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

return:

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

set(rms: float, peak: float, qam=Qam.Default) None[source]
# SCPI: 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.

param rms:

(float or boolean) numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

param peak:

(float or boolean) numeric | ON | OFF Range: 0 % to 100 %, Unit: % ON | OFF enables or disables the limit check.

param qam:

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