Merror

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:MERRor
class MerrorCls[source]

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

class MerrorStruct[source]

Response structure. Fields:

  • Rms: float or bool: No parameter help available

  • Peak: float or bool: No parameter help available

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

Defines upper limits for the RMS and peak values of the magnitude error 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 MerrorStruct structure arguments.

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

Defines upper limits for the RMS and peak values of the magnitude error for QAM modulations.

param rms:

(float or boolean) No help available

param peak:

(float or boolean) No help available

param qam:

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