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


Glossary Item Box

Exit the application.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub Quit() 
C# 
public abstract void Quit()
C++/CLI 
public:
abstract void Quit(); 

Remarks

This method causes the application to exit. The current setup is saved in the Current.setx file, and the hardware configuration is saved as well. The contents of unsaved data registers is lost.

Requirements

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

See Also