Auto

SCPI Command :

[SENSe]:DDEMod:MFILter:AUTO
class AutoCls[source]

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

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

If this command is set to ‘ON’, the measurement filter is defined automatically depending on the transmit filter (see [SENSe:]DDEMod:TFILter:NAME) .

return

state: No help available

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

If this command is set to ‘ON’, the measurement filter is defined automatically depending on the transmit filter (see [SENSe:]DDEMod:TFILter:NAME) .

param state

No help available