Remote Commands
R&S
®
FSVA3000/ R&S
®
FSV3000
883
User Manual 1178.8520.02 ─ 01
//--------------Resetting the instrument -----------
*RST
//--------------- Adding new windows --------------------
//Add a Spectrogram window beneath the Frequency Sweep window
LAY:ADD? '1',BEL,SGR
//Result: window number: '2'
//Add a Marker Table window to the right of the Frequency Sweep window
LAY:ADD? '1',RIGH,MTAB
//Result: window number: '3'
//Add a Marker Peak List window to the right of the Spectrogram window
LAY:WIND2:ADD? RIGH,PEAK
//Result: window number: '4'
//--------------- Changing the size of individual windows -------------
//Move the splitter between the Frequency Sweep window and the Marker Table
//window to enlarge the spectrum display to 60% of the entire width.
LAY:SPL 1,3,60
//Move the splitter between the Spectrogram window and the Marker Peak List
//window to enlarge the Spectrogram display to 60% of the entire width.
LAY:SPL 2,4,60
//--------------- Querying all displayed windows ------------------
//Query the name and number of all displayed windows
//(from top left to bottom right)
LAY:CAT?
//Result : '1',1,'2',2,'3',3,'4',4
//------------- Maximizing a Window ------------------
//Maximize the window "2 Spectrogram"
DISP:WIND2:SIZE LARG
//-------------Restore multiple window display -----------
DISP:WIND2:SIZE SMAL
Configuring the Result Display