Load

SCPI Command :

[SENSe]:DDEMod:EQUalizer:LOAD
class LoadCls[source]

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

get() str[source]
# SCPI: [SENSe]:DDEMod:EQUalizer:LOAD
value: str = driver.applications.k70Vsa.sense.ddemod.equalizer.load.get()

Selects a user-defined equalizer. The equalizer mode is automatically switched to USER (see [SENSe:]DDEMod:EQUalizer:MODE) .

return

filename: Path and file name (without extension)

set(filename: str) None[source]
# SCPI: [SENSe]:DDEMod:EQUalizer:LOAD
driver.applications.k70Vsa.sense.ddemod.equalizer.load.set(filename = 'abc')

Selects a user-defined equalizer. The equalizer mode is automatically switched to USER (see [SENSe:]DDEMod:EQUalizer:MODE) .

param filename

Path and file name (without extension)