Perr

SCPI Commands

CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:PERR:PEAK
CONFigure:EVDO:MEASurement<Instance>:MEValuation:LIMit:PERR:RMS
class Perr[source]

Perr commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_peak()float[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:PERR:PEAK
value: float or bool = driver.configure.multiEval.limit.perr.get_peak()

Defines a symmetric limit for the peak values of the phase error. The limit check fails if the absolute value of the measured phase error exceeds the specified value.

return

perr_peak: Range: 0 deg to 180 deg Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous/default limit values)

get_rms()float[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:PERR:RMS
value: float or bool = driver.configure.multiEval.limit.perr.get_rms()

Defines a symmetric limit for the RMS values of the phase error. The limit check fails if the absolute value of the measured phase error exceeds the specified value.

return

perr_rms: Range: 0 deg to 180 deg, Unit: deg Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous/default limit values)

set_peak(perr_peak: float)None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:PERR:PEAK
driver.configure.multiEval.limit.perr.set_peak(perr_peak = 1.0)

Defines a symmetric limit for the peak values of the phase error. The limit check fails if the absolute value of the measured phase error exceeds the specified value.

param perr_peak

Range: 0 deg to 180 deg Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous/default limit values)

set_rms(perr_rms: float)None[source]
# SCPI: CONFigure:EVDO:MEASurement<instance>:MEValuation:LIMit:PERR:RMS
driver.configure.multiEval.limit.perr.set_rms(perr_rms = 1.0)

Defines a symmetric limit for the RMS values of the phase error. The limit check fails if the absolute value of the measured phase error exceeds the specified value.

param perr_rms

Range: 0 deg to 180 deg, Unit: deg Additional parameters: OFF | ON (disables the limit check | enables the limit check using the previous/default limit values)