| 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.
Details about the format of the file to define custom modulation states are available in the "FlexFrame Import" topic in the VSA Applications help.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)