Edit
SCPI Commands :
[SENSe]:DDEMod:PATTern:FRAMe:EDIT
[SENSe]:DDEMod:PATTern:FRAMe:EDIT:SAVE
- class EditCls[source]
Edit commands group definition. 8 total commands, 4 Subgroups, 2 group commands
- get() str [source]
# SCPI: [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 [SENSe:]DDEMod:PATTern:FRAMe:EDIT:STRucture or any other command starting with [SENS:]DDEM:PATT:FRAM:EDIT) . It does not load the file for use in the current measurement (see [SENSe:]DDEMod:PATTern:FRAMe:LOAD) . 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 [SENSe:]DDEMod:PATTern:FRAMe:EDIT:SAVE command is executed.
- return
filename: string Path and file name of the xml file containing the frame structure configuration.
- save(filename: Optional[str] = None) None [source]
# SCPI: [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 [SENSe:]DDEMod:PATTern:FRAMe:EDIT. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- param filename
string Optional parameter: Path and file name of the xml file.
- set(filename: str) None [source]
# SCPI: [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 [SENSe:]DDEMod:PATTern:FRAMe:EDIT:STRucture or any other command starting with [SENS:]DDEM:PATT:FRAM:EDIT) . It does not load the file for use in the current measurement (see [SENSe:]DDEMod:PATTern:FRAMe:LOAD) . 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 [SENSe:]DDEMod:PATTern:FRAMe:EDIT:SAVE command is executed.
- param filename
string Path and file name of the xml file containing the frame structure configuration.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.clone()
Subgroups