![](dotnetdiagramimages/Agilent_SA_Vsa_Interfaces_Agilent_SA_Vsa_Application.png)
Visual Basic (Declaration) | |
---|---|
Public MustInherit Class Application Inherits RemotableObject Implements IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C# | |
---|---|
public abstract class Application : RemotableObject, IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
C++/CLI | |
---|---|
public ref class Application abstract : public RemotableObject, IPropertyInfo, IPropertyInfo2, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged |
All features of the 89600 VSA are accessed from this class. For example, to access the contents of a trace, you will need to have access to an instance of the Application class. For example, through a variable named "app", and then you could use the following syntax:
app.Display.Traces.SelectedItem.MeasurementData
Programmatic clients obtain a handle to an instance of this class using the static ApplicationFactory.Create method.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)