Keysight Pathwave 89600 VSA .NET API
Title Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Application Class : Title Property


Glossary Item Box

Gets or sets the user-customizable part of the main application window's title.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Title As String
C# 
public abstract string Title {get; set;}
C++/CLI 
public:
abstract property String^ Title {
   String^ get();
   void set (    String^ value);
}

Remarks

The customizable part of the title is the text after the first dash (-). The part of the title before the dash shows the measurement type of the currently selected measurement (shown in the drop-down in the tool bar).

If the title is an empty string, then the VSA will display the default title.

Requirements

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

See Also