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


fileName
The name of the file to recall. Supported files include Keysight 89600 VSA Software setup files (.SETX extension) and Agilent 89601A setup files (.SET extension).
append
When 'true', the setup information in the specified file is appended to the existing setup. Otherwise, when 'false', the setup information in the file replaces the existing setup.

Glossary Item Box

Recalls a VSA setup file from disk, possibly appending the measurements to the existing set of measurements.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub RecallSetup( _
   ByVal fileName As String, _
   ByVal append As Boolean _
) 
C# 
public virtual void RecallSetup( 
   string fileName,
   bool append
)
C++/CLI 
public:
virtual void RecallSetup( 
   String^ fileName,
   bool append
) 

Parameters

fileName
The name of the file to recall. Supported files include Keysight 89600 VSA Software setup files (.SETX extension) and Agilent 89601A setup files (.SET extension).
append
When 'true', the setup information in the specified file is appended to the existing setup. Otherwise, when 'false', the setup information in the file replaces the existing setup.

Remarks

This method appends the setup information contained in the specified file to the existing setup if the append parameter is 'true'.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 15.00

See Also