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


fileName
The full pathname of the file from which to recall Signal Studio setup information

Glossary Item Box

Recall Signal Studio setup from the named file

Syntax

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

Parameters

fileName
The full pathname of the file from which to recall Signal Studio setup information

Requirements

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

See Also