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


Glossary Item Box

Gets or sets a value indicating whether the main application window is visible.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsVisible As Boolean
C# 
public abstract bool IsVisible {get; set;}
C++/CLI 
public:
abstract property bool IsVisible {
   bool get();
   void set (    bool value);
}

Remarks

It is useful to hide the analyzer window when you are programming and do not need to see any displayed data or do not want a user to access the analyzer's user interface.

When you create the application object programmatically, IsVisible defaults to false. If you start the application by running the executable (e.g. by double-clicking the program shortcut), IsVisible defaults to true.

For the Spectrogram object, this property sets or gets whether the spectrogram is turned on (true = on, false = off). The data in the spectrogram is cleared when the spectrogram is turned off.

Requirements

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

See Also