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


fileName
Specifies a file name in the demo directory to recall demo files. The file can be an HTML file (with the .HTM extension), a setup file (with the .SETX or .SET extension), or a recording file (with the .SDF extension).

Glossary Item Box

Recall the demo from the directory containing the file.

Syntax

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

Parameters

fileName
Specifies a file name in the demo directory to recall demo files. The file can be an HTML file (with the .HTM extension), a setup file (with the .SETX or .SET extension), or a recording file (with the .SDF extension).

Remarks

This method allows a setup file, a recording, and optionally a description of the setup to be recalled in a single operation. All files must reside in the same directory and have the same base name. For example, when the setup file is called "sample.setx", then the recording file must be called "sample.sdf" and the description file called "sample.htm".

The recording is recalled first, followed by the setup file and finally the description file. The description file, when present, is displayed in a separate browser window.

Requirements

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

See Also