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


fileName
The name of the file to save to.

Glossary Item Box

Save specified math function file.

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
The name of the file to save to.

Requirements

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

See Also