Perror

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping:PERRor
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PerrorStruct[source]

Response structure. Fields:

  • 1 Rms: float | bool: numeric | ON | OFF

  • 2 Peak: float | bool: numeric | ON | OFF

get() PerrorStruct[source]
# 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 π/2-BPSK with shaping. The limit check fails if the absolute value of the measured phase error exceeds the specified limit.

Returns:

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

set(rms: float | bool, peak: float | bool) None[source]
# 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 π/2-BPSK with shaping. The limit check fails if the absolute value of the measured phase error exceeds the specified limit.

Parameters:
  • rms – (float or boolean) numeric | ON | OFF

  • peak – (float or boolean) numeric | ON | OFF