Keysight Pathwave 89600 VSA .NET API
ArrangeWindowHints Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : ArrangeWindowHints Enumeration


Glossary Item Box

Layout hints to ArrangeWindows.

Syntax

Visual Basic (Declaration) 
Public Enum ArrangeWindowHints 
   Inherits System.Enum
C# 
public enum ArrangeWindowHints : System.Enum 
C++/CLI 
public enum class ArrangeWindowHints : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
FillAllFill all windows in the layout, even if new traces need to be created.
HideExtraHide all other traces not needed by this layout.
HorizontalOrientationArrange windows in columns first (instead of rows).
NoneNo hint.
ShowHiddenShow hidden (non-visible) trace windows.
WindowPerMeasurementCreate a separate trace window for each measurement's traces.15.00
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also