Name

SCPI Command :

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

Returns:

name: string Path and file name of the vam file.

set(name: str) None[source]
# [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.

Parameters:

name – string Path and file name of the vam file.