Keysight 89600 VSA .NET API
Save Method
See Also 
Agilent.SA.Vsa.CustomIQ.Interfaces Assembly > Agilent.SA.Vsa.CustomIQ Namespace > Constellation Class : Save Method


filePath
Full file path of the text file to save to

Glossary Item Box

Save constellation states to a text file that can be used by Keysight N7608B Signal Studio for Custom Modulation.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Save( _
   ByVal filePath As String _
) 
C# 
public virtual void Save( 
   string filePath
)
C++/CLI 
public:
virtual void Save( 
   String^ filePath
) 

Parameters

filePath
Full file path of the text file to save to

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.40

See Also