Command Reference
R&S
®
ZNC
478
User Manual 1173.9557.02 ─ 13
Use
cated (nested) layouts.
Note:
The maximum number of diagrams in a layout is 256.
Parameters:
<LayoutFormatMode>HORizontal | VERTical
Horizontal or vertical layout; see above.
<LayoutData>
String parameter defining the number of diagrams and their posi-
tion (easy format); see above.
Parameters for setting and query:
<LayoutId>
Integer value 1, 2 ...
Current number, used by other
DISPlay:LAYout...
com-
mands to reference the created layout.
Example:
See
Manual operation:
See
"Additional Functionality: SCPI Commands"
DISPlay:LAYout:EXECute
<LayoutData>
Creates and displays a horizontal or vertical display layout. The query returns the layout
data of the currently displayed layout (the last layout selected via
) in executable format.
The executable format is an extension of the easy format used by
.
●
The <LayoutData> string consists of two parts: <LayoutData> = '(<StartFor-
mat>,<RepeatFormat
1
>,<Repeat Format
2
> ...). The <StartFormat> descriptor distin-
guishes between horizontal and vertical layouts and defines the number of rows or
columns. A <RepeatFormat> descriptor follows for each row or colum in the layout.
The <RepeatFormat> descriptors can be nested in order to describe joined layouts;
refer to
for an easy example.
●
For a horizontal layout with N rows, each of height h
i
(i = 1 ... N) and filled with M(i)
diagrams with independent widths w
ij
(j = 1, 2 ...M(i)), the data string is composed as
follows:
<StartFormat> = N,1,0.00,0.00
<RepeatFormat
i
> = (1,M(i),1.00,h
i
[w
i1
,1.00], [w
i2
,1.00] ... [w
iM(i)
,1.00])
●
For a vertical layout with N columns, each of width w
i
(i = 1 ... N) and filled with M(i)
diagrams with independent heights h
ij
(j = 1, 2 ...M(i)), the data string is composed as
follows:
<StartFormat> = 1,N,0.00,0.00
<RepeatFormat
i
> = (M(i),1,w
i
,1.00,[1.00,h
i1
], [1.00,h
i2
] ... [1.00,h
iM(i)
])
Note:
The maximum number of diagrams in a layout is 256.
Parameters:
<LayoutData>
String parameter defining the number of diagrams and their posi-
tion (executable format); see above.
SCPI Command Reference