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


filePath
Specifies the full file path to recall the references pulses from.

Glossary Item Box

Recall reference pulses for this reference train from a file.

Syntax

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

Parameters

filePath
Specifies the full file path to recall the references pulses from.

Remarks

Recall current reference pulses from 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