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