Keysight Pathwave 89600 VSA .NET API
RecallFile Method
See Also 
Agilent.SA.Vsa.Ieee80216Ofdma.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdma Namespace > Map Class : RecallFile Method


fileName
Name of the map file to recall.

Glossary Item Box

Recalls the saved map file.

Syntax

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

Parameters

fileName
Name of the map file to recall.

Requirements

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

See Also