Keysight Pathwave 89600 VSA .NET API
ArrangeWindows(ArrangeWindowHints,Int32,Int32) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > TraceCollection Class > ArrangeWindows Method : ArrangeWindows(ArrangeWindowHints,Int32,Int32) Method


hints
Hints on which traces to use and how to lay out the traces.
rows
Number of trace window rows.
columns
Number of trace window columns.

Glossary Item Box

Arranges the trace windows on the display.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub ArrangeWindows( _
   ByVal hints As ArrangeWindowHints, _
   ByVal rows As Integer, _
   ByVal columns As Integer _
) 
C# 
public abstract void ArrangeWindows( 
   ArrangeWindowHints hints,
   int rows,
   int columns
)
C++/CLI 
public:
abstract void ArrangeWindows( 
   ArrangeWindowHints hints,
   int rows,
   int columns
) 

Parameters

hints
Hints on which traces to use and how to lay out the traces.
rows
Number of trace window rows.
columns
Number of trace window columns.

Remarks

This method will arrange the traces in tabs that are the same size in each column and each row.

If there are multiple trace windows open, this method will apply to the window that contains SelectedItem.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also