Remote Control Commands
R&S
®
SMC100A
225
Operating Manual 1411.4060.32 ─ 04
Depending on how much information is provided, either the values specified in the
parameter or the values specified with the command
MMEM:CDIR
(default directory) are
used for the path and drive setting in the commands.
Before the instrument settings can be stored in a file, they have to be stored in an inter-
mediate memory using common command
*SAV <number>
. The specified number is
command. Also, subsequently to
loading a file with instrument settings with command
, these
settings have to be activated with the common command
*RCL <number>
.
7.9.2 Extensions for User Files
The following table list all available file extensions for user files. The currently available
files on the instrument depends on the installed options.
Table 7-1: List of the automatically assigned file extensions in the instrument
Function
List type
Contents
File suffix
Instrument State
Settings
Instrument settings
*.savrcltxt
"User Correction"
List
User-defined level correction values
*.uco
Export Data
*.txt
or
*.csv
NRP Settings
Settings
NRP Settings
*.nrp
7.9.3 Examples
In these examples, the current instrument setting is stored in the file
test1.savrcltxt
in the directory
user
.
Storing and Loading Current Settings
1. Store the current setting in an intermediate memory with number 4. This setting can
be called using command
*RCL
and the associated number of the memory, e.g.
*RCL
4
.
*SAV 4
2. To store the settings in a file in a specific directory, specify the complete path.
MMEM:STOR:STAT 4,"var/user/test.savrcltxt"
3. To store the settings in a file in the default drive, set the default drive and specify only
the file name.
MMEM:CDIR 'var/user'*SAV 4
MMEM:STOR:STAT 4,"test.savrcltxt"
4. Load the file
test.savrcltxt
in the
user
directory.
MMEM:LOAD:STAT 4,'/var//user/test.savrcltxt'
5. Activate the instrument setting of the file
test.savrcltxt
.
*RCL 4
MMEMory Subsystem