Standard
SCPI Commands :
[SENSe]:DDEMod:STANdard:SAVE
[SENSe]:DDEMod:STANdard:DELete
- Commands in total: 6Subgroups: 3Direct child commands: 2
- delete(filename: str) None[source]
# [SENSe]:DDEMod:STANdard:DELete driver.applications.k70Vsa.sense.ddemod.standard.delete(filename = 'abc')
Deletes a specified digital standard file in the vector signal analysis.
- Parameters:
filename – File name including the path for the digital standard file
- save(filename: str) None[source]
# [SENSe]:DDEMod:STANdard:SAVE driver.applications.k70Vsa.sense.ddemod.standard.save(filename = 'abc')
Stores the current settings of the vector signal analysis as a new user-defined digital standard. If the name of the digital standard is already in use, an error message is output and a new name has to be selected. It is recommended that you define a comment before storing the standard.
- Parameters:
filename – The path and file name to which the settings are stored.
Cloning the Group
# Create a copy of the original group, that exists independently
standard_copy = driver.applications.k70Vsa.sense.ddemod.standard.clone()
Subgroups