Name

SCPI Command :

[SENSe]:DDEMod:USER:NAME
class NameCls[source]

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

get() str[source]
# SCPI: [SENSe]:DDEMod:USER:NAME
value: str = driver.applications.k70Vsa.sense.ddemod.user.name.get()

Selects the file that contains the user-defined modulation to be loaded.

return

filename: Path and file name of the *.vam file The default storage location for user-defined modulations is C:/R_S/INSTR/USER/vsa/Constellation.

set(filename: str) None[source]
# SCPI: [SENSe]:DDEMod:USER:NAME
driver.applications.k70Vsa.sense.ddemod.user.name.set(filename = 'abc')

Selects the file that contains the user-defined modulation to be loaded.

param filename

Path and file name of the *.vam file The default storage location for user-defined modulations is C:/R_S/INSTR/USER/vsa/Constellation.