Other topics about Saving and Recalling
When running a command for saving, recalling, and managing files, use a filename with extension to specify a particular file. Specify "D:" at the beginning of the file name, when specifying a file at the user area of storage. Also, when specifying a file name with directory, use "/" (slash) or "\" (backslash) as a delimiter.
You can save the instrument state using one of the following 2 methods:
Saving the entire instrument state into a file
Saving the state for each channel into registers A to D (volatile memory)
When saving the instrument status into a file or register, the content to be saved can be selected among the following 4 options:
Instrument status only
Instrument status and calibration coefficient array.
Instrument status, corrected data/memory array (measurement data)
Instrument status, calibration coefficient array, and corrected data/memory array (measurement data)
To select a content to be saved, use the following command:
:MMEM:STOR:STYP
To select whether to save the setting of all channels/traces or that of the displayed channels/traces, use the following command:
:MMEM:STOR:SALL
To save the entire instrument status into a file, use the following command:
:MMEM:STOR
Recalling a file saved with the above command can reproduce the status when it was saved. To recall the settings from a file, use the following command:
:MMEM:LOAD
The file saved with the name autorec.sta in the D directory will be automatically recalled when the E5063A is powered ON.
For the active channel, when you want to save the instrument state specific to that channel into only one of the registers A to D, use the following command:
:MMEM:STOR:CHAN
Recalling an instrument state saved in a register can reproduce it as the state of the active channel. To recall a register, use the following command:
:MMEM:LOAD:CHAN
It is possible to recall a file from a different channel where it was saved.
The contents in the registers are lost when you turn OFF the power. You can delete (clear) the contents of all registers using the following command.
:MMEM:STOR:CHAN:CLE
Measurement data (in a formatted data array) can be saved to a file in CSV (Comma Separated Value) format.
To save measurement data in a file, use the following command:
:MMEM:STOR:FDAT
Executing the above command saves the measurement data of the active trace. Note that the data saved using the above command cannot be recalled from the E5063A.
Measurement data for the active channel can be saved to a file in touchstone format.
To determine the file type in touchstone file format and specify a port, use one of the following commands according to the number of ports used:
:MMEM:STOR:SNP:TYPE:S1P
:MMEM:STOR:SNP:TYPE:S2P
To set the data type of the files saved in touchstone format, use the following command:
:MMEM:STOR:SNP:FORM
To save measurement data in touchstone format, use the following command:
:MMEM:STOR:SNP
Images displayed on the LCD screen can be saved to a file in the bitmap (.bmp) or portable network graphics (.png) format.
To save the screen image to a file, use the following command:
:MMEM:STOR:IMAG
Executing the above command saves the screen image when the command is invoked.
This gives different screen image results from those obtained by pressing the Capture key on the front panel.
Segment sweep table can be saved in the file with CSV (Comma Separated Value) format.
To save segment sweep table on a file, use the following command:
:MMEM:STOR:SEGM
Executing the above command saves the segment sweep table for the active channel.
Recalling the file saved using the above command can reproduce the segment sweep table on the active channel.
To recall the settings from a file, use the following command:
:MMEM:LOAD:SEGM
It is possible to recall a file from a different channel where it was saved. Note that recalling operation is not guaranteed for the file that might have been modified with editor.
Limit table can be saved in the file with CSV (Comma Separated Value) format. To save limit table on a file, use the following command:
:MMEM:STOR:LIM
Executing the above command saves the limit table for the active trace of the active channel.
Recalling the file saved using the above command can reproduce the limit table on the active trace of the active channel. To recall the settings from a file, use the following command:
:MMEM:LOAD:LIM
It is possible to recall a file from a different channel or trace where it was saved. Note that recalling operation is not guaranteed for the file that might have been modified with editor.
See the Saving Files.