Merror

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:MERRor
class MerrorCls[source]

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

class MerrorStruct[source]

Response structure. Fields:

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

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

get(qAMmodOrder=QAMmodOrder.Default) MerrorStruct[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:MERRor

Snippet: value: MerrorStruct = driver.configure.multiEval.limit.qam.merror.get(qAMmodOrder = repcap.QAMmodOrder.Default)

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

set(rms: float | bool, peak: float | bool, qAMmodOrder=QAMmodOrder.Default) None[source]

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:MERRor

Snippet: driver.configure.multiEval.limit.qam.merror.set(rms = 1.0, peak = 1.0, qAMmodOrder = repcap.QAMmodOrder.Default)

Defines upper limits for the RMS and peak values of the magnitude error, 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 qAMmodOrder:

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