Edit

SCPI Commands :

[SENSe]:DDEMod:PATTern:FRAMe:EDIT
[SENSe]:DDEMod:PATTern:FRAMe:EDIT:SAVE
Commands in total: 8
Subgroups: 4
Direct child commands: 2
get() str[source]
# [SENSe]:DDEMod:PATTern:FRAMe:EDIT
value: str = driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.get()

Specifies an xml file for a user-defined frame structure configuration. The default storage location for such files is C:/R_S/INSTR/USER/vsa/FrameRangeStructure. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed. If the specified file already exists, it is loaded for subsequent editing. Note that this command is a prerequisite to editing the frame structure of an existing file (using method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.structure.set() or any other command starting with method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.set() ) . It does not load the file for use in the current measurement (see method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.load.set() ) . Therefore, you can edit a frame structure while simultaneously performing a measurement with another frame structure configuration. If the file does not yet exist, a new frame structure is created and will be stored to the specified file when the method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.save() command is executed.

Returns:

filename: string Path and file name of the xml file containing the frame structure configuration.

save(filename: str = None) None[source]
# [SENSe]:DDEMod:PATTern:FRAMe:EDIT:SAVE
driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.save(filename = 'abc')

Stores the current frame structure configuration to the specified file. If no path is provided it is saved to the file selected previously by method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.set() . Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Parameters:

filename – string Optional parameter: Path and file name of the xml file.

set(filename: str) None[source]
# [SENSe]:DDEMod:PATTern:FRAMe:EDIT
driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.set(filename = 'abc')

Specifies an xml file for a user-defined frame structure configuration. The default storage location for such files is C:/R_S/INSTR/USER/vsa/FrameRangeStructure. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed. If the specified file already exists, it is loaded for subsequent editing. Note that this command is a prerequisite to editing the frame structure of an existing file (using method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.structure.set() or any other command starting with method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.set() ) . It does not load the file for use in the current measurement (see method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.load.set() ) . Therefore, you can edit a frame structure while simultaneously performing a measurement with another frame structure configuration. If the file does not yet exist, a new frame structure is created and will be stored to the specified file when the method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.save() command is executed.

Parameters:

filename – string Path and file name of the xml file containing the frame structure configuration.

Cloning the Group

# Create a copy of the original group, that exists independently
edit_copy = driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.clone()

Subgroups