Technical data
192 Agilent N8211A/N8212A Performance Upconverter Synthetic Instrument Module, 250 kHz to 20 / 40 GHz
7 System Commands
:MMEMory:COPY[:NAME] "<src_name>","<dest_name>"
Copies the data from one file into another file. The file can use the same name if the
specified directory is different.
"<src_name>" Names a file residing in memory that will be copied. For information on
the file name syntax, see “File Name Variables" on page 164.
"<dest_name>" Names the file that is a copy of the "<src_name>" file.
Example
:MMEM:COPY "/USER/IQ/4QAM","/USER/IQ/test_QAM"
The example copies the 4QAM file in the N8211A/N8212A’s /USER/IQ directory to a file
named test_QAM and saves it in the same directory.
:DELete[:NAME]
Supported All
:MMEMory:DELete[:NAME] "<file_name>",["<msus>"]
Clears the memory file system of "<file_name>" with the option of specifying the file
system ["<msus>"] separately.
The variable "<msus>" (mass storage unit specifier) represents the file system. For a list of
the file systems, refer to Ta b le 1 7 on page 214. If the optional variable "<msus>" is omitted,
the file name needs to include the file system extension. Refer to “MSUS (Mass Storage
Unit Specifier) Variable" on page 165 for information on the mass storage unit specifier.
Example
:MMEM:DEL "/USER/BIN/Test_Data"
:MMEM:DEL "Test_Data",":BIN"
The examples delete the file named Test_Data from the N8211A/N8212A’s USER/BIN
directory. The first example uses the full file name path while the second example uses the
"<msus>" specifier.
:HEADer:CLEar
Supported All
:MMEMory:HEADer:CLEar "<file_name>"