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


filePath
Full file path of the text file to recall

Glossary Item Box

Recall constellation states from a text file generated by Keysight N7608B Signal Studio for Custom Modulation.

Syntax

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

Parameters

filePath
Full file path of the text file to recall

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 24.20

See Also