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


fileName
The name to use for the file.
format
The file format. The supported formats will depend upon the current trace. Example formats are ".csv" or ".txt".

Glossary Item Box

Export data in a format that can be used by external programs

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ExportFile( _
   ByVal fileName As String, _
   ByVal format As String _
) 
C# 
public virtual void ExportFile( 
   string fileName,
   string format
)
C++/CLI 
public:
virtual void ExportFile( 
   String^ fileName,
   String^ format
) 

Parameters

fileName
The name to use for the file.
format
The file format. The supported formats will depend upon the current trace. Example formats are ".csv" or ".txt".

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 20.00

See Also