Perror
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:PERRor
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PerrorStruct[source]
Response structure. Fields:
1 Rms: float | bool: numeric | ON | OFF
2 Peak: float | bool: numeric | ON | OFF
- get(qam=Qam.Default) PerrorStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:PERRor value: PerrorStruct = driver.configure.nrSubMeas.multiEval.limit.qam.perror.get(qam = repcap.Qam.Default)
Defines symmetric limits for the RMS and peak values of the phase error for QAM modulations. The limit check fails if the absolute value of the measured phase error exceeds the specified limit.
- Parameters:
qam – optional repeated capability selector. Default value: Order16 (settable in the interface ‘Qam’)
- Returns:
structure: for return value, see the help for PerrorStruct structure arguments.
- set(rms: float | bool, peak: float | bool, qam=Qam.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:QAM<order>:PERRor driver.configure.nrSubMeas.multiEval.limit.qam.perror.set(rms = 1.0, peak = 1.0, qam = repcap.Qam.Default)
Defines symmetric limits for the RMS and peak values of the phase error for QAM modulations. 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
qam – optional repeated capability selector. Default value: Order16 (settable in the interface ‘Qam’)