Merror

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit: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() MerrorStruct[source]

CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:MERRor

Snippet: value: MerrorStruct = driver.configure.prach.limit.merror.get()

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

return:

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

set(rms: float | bool, peak: float | bool) None[source]

CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:MERRor

Snippet: driver.configure.prach.limit.merror.set(rms = 1.0, peak = 1.0)

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

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.