State

SCPI Command :

[SENSe]:DDEMod:EQUalizer[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DDEMod:EQUalizer[:STATe]
value: bool = driver.applications.k70Vsa.sense.ddemod.equalizer.state.get()

Activates or deactivates the equalizer. For more information on the equalizer see ‘The equalizer’.

set(state: bool) None[source]
# [SENSe]:DDEMod:EQUalizer[:STATe]
driver.applications.k70Vsa.sense.ddemod.equalizer.state.set(state = False)

Activates or deactivates the equalizer. For more information on the equalizer see ‘The equalizer’.