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


filePath
Full file path of the text file to import
constellation
Constellation format the imported IQ data and symbols should be treated as.

Glossary Item Box

Import custom modulation states from a text file.

Syntax

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

Parameters

filePath
Full file path of the text file to import
constellation
Constellation format the imported IQ data and symbols should be treated as.

Remarks

Details about the format of the file to define custom modulation states are available in the "FlexFrame Import" topic in the VSA Applications help.

Requirements

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

See Also