Remote Commands in the Receiver Application
R&S
®
ESW
618User Manual 1177.6298.02 ─ 08
For details, see Chapter 4.7, "Protecting Data Using the Secure User Mode",
on page 40.
Suffix:
<n>
.
Window
Parameters:
<Trace> Number of the trace to be stored
<FileName> String containing the path and name of the target file.
Example:
MMEM:STOR1:TRAC 1,'C:\TEST.ASC'
Stores trace 1 from window 1 in the file TEST.ASC.
Manual operation: See "Export Trace to ASCII File" on page 213
15.8.8 Examples: Managing Data
● Storing Data.......................................................................................................... 618
● Loading Data.........................................................................................................619
● Storing Instrument Settings...................................................................................619
● Loading Instrument Settings................................................................................. 619
● Printing to a File.................................................................................................... 620
● Printing on a Printer.............................................................................................. 620
15.8.8.1 Storing Data
MMEM:MSIS 'C:'
//Selects drive C: as the default storage device.
-----Connecting a network drive--------
MMEM:NETW:USED?
//Returns a list of all drives in use in the network.
MMEM:NETW:UNUS?
//Returns a list of free drive names in the network.
MMEM:NETW:MAP 'T:','Server\ACLRTest'
//Maps drive T: to the directory 'Server\ACLRTest'
-----Saving data on the instrument-----
MMEM:MDIR 'C:\R_S\INST\USER\ACLRTest'
//Creates a directory called 'ACLRTest' on drive C:
MMEM:NAME 'C:\R_S\INST\USER\Test001.txt'
//Creates a file called 'Test001.txt'
MMEM:COMM 'ACLR test results'
//Creates a comment for the file.
MMEM:DATA 'Test001.txt',#212FileContents
//Writes 12 characters to the file 'Test001.txt'
-----Copying the data to another location---
MMEM:COPY 'C:\R_S\INST\USER\Results\Test001.txt','T:'
//Copies the specified file to network drive T:.
MMEM:DEL 'C:\R_S\INST\USER\Results\Test001.txt'
//Deletes the specified file from the instrument hard disk.
//or
Data Management