Keysight 89600 VSA .NET API
Export Method
See Also 
Keysight.SA.Vsa.FlexFrame.Interfaces Assembly > Keysight.SA.Vsa.FlexFrame Namespace > CustomModulation Class : Export Method


filePath
Full file path of the text file to export

Glossary Item Box

Export custom modulation states to a text file.

Syntax

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

Parameters

filePath
Full file path of the text file to export

Requirements

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

See Also