Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
1089
User Manual 1178.8520.02 ─ 01
//or
MMEM:CAT? '*.xml'
//Returns a list of all xml files in the directory 'C:\R_S\INSTR\USER\Results'.
MMEM:CAT:LONG? '*.xml'
//Returns additional information about the xml files in the directory
// 'C:\R_S\INSTR\USER\Results'.
14.9.6.3
Storing Instrument Settings
In this example we will store the instrument settings for the "Spectrum" channel.
INST:SEL 'SPECTRUM'
//Selects measurement channel 'SPECTRUM'.
MEMM:STOR:TYPE CHAN
//Specifies that channel-specific data is to be stored.
MMEM:STOR:STAT 1, 'C:\R_S\Instr\user\Spectrum'
//Stores the channel settings from the 'Spectrum' channel
// to the file 'Spectrum.dfl'.
14.9.6.4
Loading Instrument Settings
In this example we will load the hardware settings from the configuration file
Spectrum.dfl
to a new "Spectrum2" channel.
MEMM:LOAD:TYPE NEW
//Specifies that settings will be loaded to a new channel besides the existing
//'Spectrum' channel.
MMEM:SEL:CHAN:HWS ON
//Selects only hardware settings to be loaded.
MMEM:LOAD:STAT 1, 'C:\R_S\Instr\user\Spectrum'
//Loads the channel-specific settings from the file 'C:\R_S\Instr\user\Spectrum.dfl'
//to a new channel. The new channel is named 'Spectrum2' to avoid a naming conflict
//with the existing 'Spectrum' channel.
INST:REN 'Spectrum2','Spectrum3'
//Renames the loaded channel to 'Spectrum3'.
14.9.6.5
Storing Multiple Graphical Measurement Results to a PDF File
This example demonstrates how to store graphical results from measurements in the
Spectrum application and the I/Q Analyzer to a single PDF file. It assumes the Spec-
trum and I/Q Analyzer measurements have already been configured and performed,
with the following screen layout:
'Spectrum': 1 Frequency Sweep
'Spectrum': 2 Spectrogram
'IQ Analyzer': 1 Magnitude
'IQ Analyzer': 2 Spectrum
Managing Settings and Results