VNA Master™Programming Manual : AM/FM/PM Commands : :MMEMory Subsystem
 
:MMEMory Subsystem
The Mass Memory subsystem contains functions that provide access to the instrument’s setup and data storage.
:MMEMory:DELete <filename>
Title
Delete Setup/Measurement
Description:
Removes a file specified by <filename> from the current mass storage device. <filename> should be enclosed in either single quotes (‘ ’) or double quotes (“ ”) and it must include the file extension. Use the command MMEMory:MSIS to set the current file location.
Parameter:
<filename>
Related Command:
:MMEMory:STORE:STATe
:MMEMory:STORe:TRACe
:MMEMory:MSIS INTernal|USB
Front Panel Access
Shift-7 (File), Delete, Delete Selected File
:MMEMory:LOAD:STATe <integer>,<filename>
Title
Recall Setup
Description:
Recalls a previously stored instrument setup in the current save location. The setup file to be loaded is specified by <filename>. <filename> should be enclosed in either single quotes (‘ ’) or double quotes (“ ”) and should contain a file extension “.stp”. Use the command MMEMory:MSIS to set the current save location. The <integer> parameter is not currently used, but it must be sent. Send a 1.
Parameter:
<integer>, <filename>
Related Command:
:MMEMory:STORe:STATe
:MMEMory:MSIS INTernal|USB
Front Panel Access
Shift-7 (File), Recall
:MMEMory:LOAD:TRACe <integer>,<filename>
Title
Recall Measurement
Description:
The instrument must be in the mode of the saved trace in order to recall that trace.Use :INSTrument:SELect or :INSTrument:NSELect to set the mode. Recalls a previously stored measurement trace from the current save location. The saved measurement trace to be loaded is specified by <filename>. <filename> should be enclosed in either single quotes (‘ ’) or double quotes (“ ”) and should contain a file extension. Note that the trace specified by <filename> should be available at the current save location.
Use the command MMEMory:MSIS to set the current save location. The <integer> parameter is not currently used, but it must be sent. Send a 1.
File name extensions:
.spa” for SPA measurement
.mna” for VNA and VVM measurements
.hipm” for HiPM measurements
.pm” for PM measurements
.cwsg” for CWSG measurements
.afp” for AM/FM/PM measurements
.ia” for Interference Analysis measurements
.cs” for Channel Scanner measurements
.wmxd” for WiMAX
.wmxe” for Mobile WiMAX
.lte” for LTE measurements
.p25” for P25 measurements
.p252” for P25p2 measurements
.nxdn” for NXDN measurements
.dpmr” for dPMR measurements
.dmr2” for DMR measurements
.ptc” for PTC measurements
.tetra” for TETRA measurements
.nbfm” for NBFM measurements
Note: Extensions not available for T1 and Hi_PM.
Parameter:
<integer>, <filename>
Example:
To recall trace with file name “trace”:
:MMEMory:LOAD:TRACe 1,”trace.afp”
Related Command:
:MMEMory:STORe:TRACe
:MMEMory:MSIS INTernal|USB
Front Panel Access
Shift-7 (File), Recall Measurement
:MMEMory:STORe:STATe <integer>,<filename>
Title
Save Setup
Description:
Stores the current setup into the file specified by <filename>. <filename> should be enclosed in either single quotes (‘ ’) or double quotes (“ ”) and should not contain a file extension. Use the command MMEMory:MSIS to set the current save location. The <integer> parameter is not currently used, but it must be sent. Send a value of 0.
Parameter:
<integer>, <filename>
Related Command:
:MMEMory:LOAD:STATe
:MMEMory:MSIS INTernal|USB
Front Panel Access
Shift-7 (File)
:MMEMory:STORe:TRACe <integer>,<filename>
Title
Save Measurement
Description:
Stores the trace into the file specified by <filename>. <filename> should be enclosed in either single quotes (‘ ’) or double quotes (“ ”) and should not contain a file extension. Use the command MMEMory:MSIS to set the current save location. The <integer> parameter is not currently used, but it must be sent. Send a 0. Note that existing files of the same name will not be overwritten.
Parameter:
<integer>, <filename>
Example:
To save the trace into the file name “trace”:
:MMEMory:STORe:TRACe 0,”trace”
Related Command:
:MMEMory:LOAD:TRACe
:MMEMory:MSIS INTernal|USB
Front Panel Access
Shift-7 (File), Save