State

SCPI Command :

CONFigure:CFReduction[:STATe]
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() bool[source]
# CONFigure:CFReduction[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.cfReduction.state.get()

Enables the crest factor reduction calculation.

set(state: bool) None[source]
# CONFigure:CFReduction[:STATe]
driver.applications.k18AmplifierEt.configure.cfReduction.state.set(state = False)

Enables the crest factor reduction calculation.

Cloning the Group

# Create a copy of the original group, that exists independently
state_copy = driver.applications.k18AmplifierEt.configure.cfReduction.state.clone()

Subgroups