Standard

SCPI Commands :

[SENSe]:DDEMod:STANdard:SAVE
[SENSe]:DDEMod:STANdard:DELete
class StandardCls[source]

Standard commands group definition. 6 total commands, 3 Subgroups, 2 group commands

delete(filename: str) None[source]
# SCPI: [SENSe]:DDEMod:STANdard:DELete
driver.applications.k70Vsa.sense.ddemod.standard.delete(filename = 'abc')

Deletes a specified digital standard file in the vector signal analysis.

param filename

File name including the path for the digital standard file

save(filename: str) None[source]
# SCPI: [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.

param filename

The path and file name to which the settings are stored.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k70Vsa.sense.ddemod.standard.clone()

Subgroups