LMR Master™ S412E Programming Manual : PTC-ACSES Commands : :MMEMory Subsystem
 
:MMEMory Subsystem
The Mass Memory subsystem contains functions that provide access to the instrument’s setup and data storage.
:MMEMory:LOAD:STATe <integer>,<filename>
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.
Cmd Parameters:
<integer>,<filename>
Query Parameters:
NA
Range
NA
Default Value
NA
Default Unit
NA
Example
To recall a setup file:
:MMEMory:LOAD:STATe 1,"xxx.stp"
Front Panel Access
Shift 7 (File), Recall
:MMEMory:LOAD:TRACe <integer>,<filename>
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.
After recalling the data file, the unit is put into HOLD mode. Setting the unit back to RUN mode will clear the recalled data, but keep the recalled setup.
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
.tdlte” for TDD LTE Analyzer measurements
.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 ITCR measurements
.acses” for PTC ACSES measurements
.tetra” for TETRA measurements
.nbfm” for NBFM measurements
Cmd Parameters:
<integer>,<filename>
Query Parameters:
NA
Range
NA
Default Value
NA
Default Unit
NA
 
Example
To recall a measurement file:
:MMEMory:LOAD:TRACe 1,"xxx.ptc.acses"
Front Panel Access
Shift 7 (File), Recall Measurement
Note 
IQ Data measurements cannot be recalled on the instrument.
:MMEMory:STORe:STATe <integer>,<filename>
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.
Cmd Parameters:
<integer>,<filename>
Query Parameters:
NA
Range
NA
Default Value
NA
Default Unit
NA
Example
To save a setup file:
:MMEMory:STORe:STATe 0,"xxx"
Front Panel Access
Shift 7 (File), Save
:MMEMory:STORe:TRACe <integer>,<filename>
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.
Cmd Parameters:
<integer>,<filename>
Query Parameters:
NA
Range
NA
Default Value
NA
Default Unit
NA
Example
To save a measurement file:
:MMEMory:STORe:TRACe 0,"xxx"
Front Panel Access
Shift 7 (File), Save Measurement