Remote Control
R&S
®
FSPN
474
User Manual 1179.4363.02 ─ 01
For details on the file format see
Chapter 7.3.8.1, "Reference: ASCII File Export For-
Suffix:
<n>
.
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 "
11.8.6
Examples: Managing Data
...................................................................................475
................................................................................. 475
.............................................................................................. 476
11.8.6.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 'Q:','Server\ACLRTest'
//Maps drive Q: to the directory 'Server\ACLRTest'
//-----Saving data on the instrument-----
MMEM:MDIR 'C:\R_S\INSTR\USER\Results'
//Creates a directory called 'Results' on drive C:
MMEM:NAME 'C:\R_S\INSTR\USER\Results\Test001.txt'
//Defines a file called 'Test001.txt'
MMEM:COMM 'ACLR test results'
//Creates a comment for the settings to be displayed in gui.
MMEM:DATA 'Test001.txt',#212FileContents
//Creates the file 'Test001.txt'and writes 12 characters to it
//-----Copying the data to another location---
MMEM:COPY 'C:\R_S\INSTR\USER\Results\Test001.txt','Q:'
//Copies the specified file to network drive Q:.
Managing Settings and Results