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


fileName
The path to the setup file to recall. Supported files include Keysight 89600 VSA Software setup files (.SETX extension) and Agilent 89601A setup files (.SET extension).

Glossary Item Box

Recalls a VSA setup file the specified path, replacing the existing measurements.

Syntax

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

Parameters

fileName
The path to the setup file to recall. Supported files include Keysight 89600 VSA Software setup files (.SETX extension) and Agilent 89601A setup files (.SET extension).

Remarks

This method overwrites the current VSA measurement setup with the one specified in the recalled file.

Requirements

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

See Also