BpwShaping

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping:FERRor
Commands in total: 8
Subgroups: 6
Direct child commands: 1
get_freq_error() float | bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping:FERRor
value: float | bool = driver.configure.nrSubMeas.multiEval.limit.bpwShaping.get_freq_error()

Defines an upper limit for the carrier frequency error (π/2-BPSK modulation with shaping) .

Returns:

frequency_error: (float or boolean) numeric | ON | OFF

set_freq_error(frequency_error: float | bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIMit:BPWShaping:FERRor
driver.configure.nrSubMeas.multiEval.limit.bpwShaping.set_freq_error(frequency_error = 1.0)

Defines an upper limit for the carrier frequency error (π/2-BPSK modulation with shaping) .

Parameters:

frequency_error – (float or boolean) numeric | ON | OFF

Cloning the Group

# Create a copy of the original group, that exists independently
bpwShaping_copy = driver.configure.nrSubMeas.multiEval.limit.bpwShaping.clone()

Subgroups