State

SCPI Command :

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

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

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

Use this command to switch the measurement filter off. To switch a measurement filter on, use the [SENSe:]DDEMod:MFILter:NAME command.

return

state: OFF | 0 Switches the measurement filter off. ON | 1 Switches the measurement filter specified by [SENSe:]DDEMod:MFILter:NAME on. However, this command is not necessary, as the [SENSe:]DDEMod:MFILter:NAME command automatically switches the selected filter on.

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

Use this command to switch the measurement filter off. To switch a measurement filter on, use the [SENSe:]DDEMod:MFILter:NAME command.

param state

OFF | 0 Switches the measurement filter off. ON | 1 Switches the measurement filter specified by [SENSe:]DDEMod:MFILter:NAME on. However, this command is not necessary, as the [SENSe:]DDEMod:MFILter:NAME command automatically switches the selected filter on.