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


fileName
The path to the setup file to recall. Must be a Keysight 89600 VSA Software setup file (.setx extension) or a Agilent 89601A setup file (.set extension).

Glossary Item Box

Recalls a VSA setup file at the specified path, replacing only the signal description parts of measurement setup.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub RecallSignalSetup( _
   ByVal fileName As String _
) 
C# 
public virtual void RecallSignalSetup( 
   string fileName
)
C++/CLI 
public:
virtual void RecallSignalSetup( 
   String^ fileName
) 

Parameters

fileName
The path to the setup file to recall. Must be a Keysight 89600 VSA Software setup file (.setx extension) or a Agilent 89601A setup file (.set extension).

Remarks

This method overwrites parts of the current measurement setup with setup specified in the recalled file. The parts that are overwritten are those which describe the input signal. For example, for Custom OFDM measurements, properties like the OFDM System Sample Rate and the Guard Interval describe the input signal. By comparison, settings which control analysis (for example, Pilot Tracking mode), display (for example, constellation coloring mode), or traces (for example, which traces are displayed and in what configuration) are not modified by this method.

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 21.20

See Also