Keysight Pathwave 89600 VSA .NET API
SaveReferencePulses Method
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > TrainScoring Class : SaveReferencePulses Method


filePath
Specifies the full file path to save the references pulses to.

Glossary Item Box

Save the reference pulses for this reference train to a file.

Syntax

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

Parameters

filePath
Specifies the full file path to save the references pulses to.

Remarks

Save current reference pulses to a file with a tab delimited text format that includes a sequence of Top Level, Width, PRI, Frequency Mean, FM Slope and Modulation type.

Requirements

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

See Also