Perror

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping: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: numeric | ON | OFF Range: 0 deg to 180 deg, Unit: deg ON | OFF enables or disables the limit check.

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

get() PerrorStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping:PERRor
value: PerrorStruct = driver.configure.nrSubMeas.multiEval.limit.bpwShaping.perror.get()

Defines symmetric limits for the RMS and peak values of the phase error for Pi/2-BPSK with shaping. The limit check fails if the absolute value of the measured phase error exceeds the specified values.

return:

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

set(rms: float, peak: float) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping:PERRor
driver.configure.nrSubMeas.multiEval.limit.bpwShaping.perror.set(rms = 1.0, peak = 1.0)

Defines symmetric limits for the RMS and peak values of the phase error for Pi/2-BPSK with shaping. The limit check fails if the absolute value of the measured phase error exceeds the specified values.

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.