State

SCPI Command :

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

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

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

Switches the filter (SMx-K544) on and off.

return

state: ON | 1 OFF | 0

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

Switches the filter (SMx-K544) on and off.

param state

ON | 1 OFF | 0