Keysight Pathwave 89600 VSA .NET API
RecallSetup(String,Boolean,Boolean) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Application Class > RecallSetup Method : RecallSetup(String,Boolean,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.
shareInput
This parameter is ignored unless append is true and the setup file being recalled contains only a single measurement. When both these conditions are true and shareInput is also 'true', the Measurement.IsShareEnabled property of the currently selected measurement and the measurement being recalled are both set to 'true', resulting in both measurements sharing the same analyzer or recording file.

Glossary Item Box

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

Syntax

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

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.
shareInput
This parameter is ignored unless append is true and the setup file being recalled contains only a single measurement. When both these conditions are true and shareInput is also 'true', the Measurement.IsShareEnabled property of the currently selected measurement and the measurement being recalled are both set to 'true', resulting in both measurements sharing the same analyzer or recording file.

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