Perror

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:PERRor
class PerrorCls[source]

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

class PerrorStruct[source]

Response structure. Fields:

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

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

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

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

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

Defines symmetric limits for the RMS and peak values of the phase error, for QAM modulations. The limit check fails if the absolute value of the measured phase error exceeds the specified limit.

param qAMmodOrder:

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

return:

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

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

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

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

Defines symmetric limits for the RMS and peak values of the phase error, for QAM modulations. The limit check fails if the absolute value of the measured phase error exceeds the specified limit.

param rms:

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

param peak:

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

param qAMmodOrder:

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