State

SCPI Command :

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

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

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

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

return

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

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

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

param state

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