Keysight Pathwave 89600 VSA .NET API
DownloadToSource Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Source Class : DownloadToSource Method


fileName
the full path and file name of the recording

Glossary Item Box

This downloads previously recorded and saved analysis data to all source channels.

Syntax

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

Parameters

fileName
the full path and file name of the recording

Remarks

The recording file must have been saved (with headers) in one of these formats: MAT (.mat), MAT4 (.mat), MAT7 (.mat, .hdf, .h5)

If the source supports virtual signals, the waveform is downloaded to Signal 1 of enabled source channels.

Requirements

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

See Also