Name
SCPI Command :
[SENSe]:DDEMod:USER:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [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.
- Returns:
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]
# [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.
- Parameters:
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.