Perror
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PERRor
- class PerrorCls[source]
Perror commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PerrorStruct[source]
Response structure. Fields:
Rms: float or bool: No parameter help available
Peak: float or bool: No parameter help available
- get() PerrorStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PERRor value: PerrorStruct = driver.configure.wcdmaMeas.prach.limit.perror.get()
Defines symmetric limits for the RMS and peak values of the phase error. The limit check fails the UE if the absolute value of the measured phase error exceeds the specified value.
- return:
structure: for return value, see the help for PerrorStruct structure arguments.
- set(rms: float, peak: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:PRACh:LIMit:PERRor driver.configure.wcdmaMeas.prach.limit.perror.set(rms = 1.0, peak = 1.0)
Defines symmetric limits for the RMS and peak values of the phase error. The limit check fails the UE if the absolute value of the measured phase error exceeds the specified value.
- param rms:
(float or boolean) No help available
- param peak:
(float or boolean) No help available