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


hints
Hints on which traces to use and how to lay out the traces.

Glossary Item Box

Arranges the trace windows on the display.

Syntax

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

Parameters

hints
Hints on which traces to use and how to lay out the traces.

Remarks

This method will arrange the traces in roughly the same number of rows and columns with tabs that are the same size in each column and each row.

If there are fewer than 4 trace windows to arrange, they are placed in in a single column.

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