Name
SCPI Command :
[SENSe]:DDEMod:PATTern:USER:NAME
- class NameCls[source]
Name commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: [SENSe]:DDEMod:PATTern:USER:NAME value: str = driver.applications.k70Vsa.sense.ddemod.pattern.user.name.get()
Selects the file that contains a user-defined modulation. For details on user-defined modulation files see ‘User-defined modulation’. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed. The default storage location for user-defined modulations is C:/R_S/INSTR/USER/vsa/Constellation.
- return
name: string Path and file name of the *.vam file.
- set(name: str) None [source]
# SCPI: [SENSe]:DDEMod:PATTern:USER:NAME driver.applications.k70Vsa.sense.ddemod.pattern.user.name.set(name = 'abc')
Selects the file that contains a user-defined modulation. For details on user-defined modulation files see ‘User-defined modulation’. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed. The default storage location for user-defined modulations is C:/R_S/INSTR/USER/vsa/Constellation.
- param name
string Path and file name of the *.vam file.