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


fileName
Name of the file to save the map file to.

Glossary Item Box

Saves the map file by file name.

Syntax

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

Parameters

fileName
Name of the file to save the map file to.

Requirements

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

See Also