®
R&S
FPL1000
//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
10.7.2.2
Example 2: replacing and removing windows
Starting from the display configured in
will remove and replace result displays to obtain the following configuration:
1 Frequency Sweep
4 "Marker Table"
Manuel d'utilisation 1179.5860.09 - 12
Remote commands for result displays
Example 1: adding and arranging
Remote commands
windows, we
757
757