State

SCPI Commands

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

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

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

This command defines whether the input signal that is evaluated is filtered by the measurement filter. This command has no effect on the transmit filter.

return

state: ON | 1 [SENSe:]DDEMod:MFILter:AUTO is activated. OFF | 0 The input signal is not filtered. [SENSe:]DDEMod:MFILter:AUTO is deactivated.

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

This command defines whether the input signal that is evaluated is filtered by the measurement filter. This command has no effect on the transmit filter.

param state

ON | 1 [SENSe:]DDEMod:MFILter:AUTO is activated. OFF | 0 The input signal is not filtered. [SENSe:]DDEMod:MFILter:AUTO is deactivated.