Keysight Pathwave 89600 VSA .NET API
DownloadToSource Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > VirtualSignal 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 the virtual signal on the source

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)

Currently only single channel source configurations are supported. If a multiple channel recording is selected, only the channel 1 data is used.

Requirements

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

See Also