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


filePath
Absolute path plus file name

Glossary Item Box

Create a PDW file from pulse analysis results.

Syntax

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

Parameters

filePath
Absolute path plus file name

Remarks

You can select whether to export just the results of the current measurement (in the Pulse Table) or export all pulses in the currently loaded recording using the PulseExportMode property.

When PulseExportMode = EntireRecording, the VSA will first play through the recording and collect the pulses, and then export the results to the PDW file.

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 20.00

See Also