State

SCPI Commands

SENSe:DDEMod:EQUalizer:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:DDEMod:EQUalizer[:STATe]
value: bool = driver.applications.k70Vsa.sense.ddemod.equalizer.state.get()

This command activates or deactivates the equalizer. For more information on the equalizer see ‘The equalizer’.

return

state: No help available

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

This command activates or deactivates the equalizer. For more information on the equalizer see ‘The equalizer’.

param state

No help available