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