State

SCPI Command :

CONFigure:CFReduction[:STATe]
class StateCls[source]

State commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get() bool[source]
# SCPI: CONFigure:CFReduction[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.cfReduction.state.get()

Enables the crest factor reduction calculation.

return

state: No help available

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

Enables the crest factor reduction calculation.

param state

No help available

Cloning the Group

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

Subgroups