Sfrequency
SCPI Command :
CONFigure:CFReduction:SFRequency
- class SfrequencyCls[source]
Sfrequency commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:CFReduction:SFRequency value: float = driver.applications.k18AmplifierEt.configure.cfReduction.sfrequency.get()
Sets and queries the stopband frequency for crest factor reduction.
- return
time: numeric value Unit: Hz
- set(time: float) None [source]
# SCPI: CONFigure:CFReduction:SFRequency driver.applications.k18AmplifierEt.configure.cfReduction.sfrequency.set(time = 1.0)
Sets and queries the stopband frequency for crest factor reduction.
- param time
numeric value Unit: Hz
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.cfReduction.sfrequency.clone()
Subgroups