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


fileName
The path where you want the setup file to be saved. This file must have the .SETX extension.

Glossary Item Box

Saves the current VSA setup to a file.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SaveSetup( _
   ByVal fileName As String _
) 
C# 
public abstract void SaveSetup( 
   string fileName
)
C++/CLI 
public:
abstract void SaveSetup( 
   String^ fileName
) 

Parameters

fileName
The path where you want the setup file to be saved. This file must have the .SETX extension.

Requirements

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

See Also