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:

  • Rms: float or bool: No parameter help available

  • Peak: float or bool: No parameter help available

get() MerrorStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:MERRor
value: MerrorStruct = driver.configure.lteMeas.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, peak: float) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:LIMit:MERRor
driver.configure.lteMeas.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) No help available

param peak:

(float or boolean) No help available