State

SCPI Command :

CONFigure:HAMMerstein:NONLinearity[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: CONFigure:HAMMerstein:NONLinearity[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.hammerstein.nonlinearity.state.get()

Switches the non-linearity (SMx-K541) on and off.

return

state: ON | 1 OFF | 0

set(state: bool) None[source]
# SCPI: CONFigure:HAMMerstein:NONLinearity[:STATe]
driver.applications.k18AmplifierEt.configure.hammerstein.nonlinearity.state.set(state = False)

Switches the non-linearity (SMx-K541) on and off.

param state

ON | 1 OFF | 0