State

SCPI Command :

CONFigure:EQUalizer[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:EQUalizer[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.equalizer.state.get()

This command turns the equalizer on and off. Prerequisites for this command

  • Load equalizer filter data (either by training or by restoring a file with equalizer information) .

  • method RsFsw.applications.k18AmplifierEt.configure.equalizer.train.set()

  • method RsFsw.applications.k18AmplifierEt.massMemory.load.equalizer.filterPy.coefficient.set()

Returns:

state: ON | OFF | 1 | 0

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

This command turns the equalizer on and off. Prerequisites for this command

  • Load equalizer filter data (either by training or by restoring a file with equalizer information) .

  • method RsFsw.applications.k18AmplifierEt.configure.equalizer.train.set()

  • method RsFsw.applications.k18AmplifierEt.massMemory.load.equalizer.filterPy.coefficient.set()

Parameters:

state – ON | OFF | 1 | 0