Pfrequency
SCPI Command :
CONFigure:CFReduction:PFRequency
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# CONFigure:CFReduction:PFRequency value: float = driver.applications.k18AmplifierEt.configure.cfReduction.pfrequency.get()
Sets and queries the passband frequency for crest factor reduction.
- Returns:
time: numeric value Unit: Hz
- set(time: float) None[source]
# CONFigure:CFReduction:PFRequency driver.applications.k18AmplifierEt.configure.cfReduction.pfrequency.set(time = 1.0)
Sets and queries the passband frequency for crest factor reduction.
- Parameters:
time – numeric value Unit: Hz
Cloning the Group
# Create a copy of the original group, that exists independently
pfrequency_copy = driver.applications.k18AmplifierEt.configure.cfReduction.pfrequency.clone()
Subgroups