State
SCPI Command :
CONFigure:HAMMerstein[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# CONFigure:HAMMerstein[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.hammerstein.state.get()
Switches Hammerstein mode on and off.
- Returns:
state: ON | 1 OFF | 0
- set(state: bool) None[source]
# CONFigure:HAMMerstein[:STATe] driver.applications.k18AmplifierEt.configure.hammerstein.state.set(state = False)
Switches Hammerstein mode on and off.
- Parameters:
state – ON | 1 OFF | 0