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


Glossary Item Box

Gets or sets the window function applied to the frequency versus time analysis.

Syntax

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

Requirements

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

See Also