Pfrequency
SCPI Command :
CONFigure:CFReduction:PFRequency
- class PfrequencyCls[source]
Pfrequency commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:CFReduction:PFRequency value: float = driver.applications.k18AmplifierEt.configure.cfReduction.pfrequency.get()
Sets and queries the passband frequency for crest factor reduction.
- return
time: numeric value Unit: Hz
- set(time: float) None [source]
# SCPI: CONFigure:CFReduction:PFRequency driver.applications.k18AmplifierEt.configure.cfReduction.pfrequency.set(time = 1.0)
Sets and queries the passband 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.pfrequency.clone()
Subgroups