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


atMeasurementSpan
If true, filter the downloaded data to the current measurement span
atPlaybackTime
If true, only download the data between the current playback start and stop times

Glossary Item Box

This downloads the current recording of the selected measurement to the source.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub DownloadCurrentRecordingToSource( _
   ByVal atMeasurementSpan As Boolean, _
   ByVal atPlaybackTime As Boolean _
) 
C# 
public abstract void DownloadCurrentRecordingToSource( 
   bool atMeasurementSpan,
   bool atPlaybackTime
)
C++/CLI 
public:
abstract void DownloadCurrentRecordingToSource( 
   bool atMeasurementSpan,
   bool atPlaybackTime
) 

Parameters

atMeasurementSpan
If true, filter the downloaded data to the current measurement span
atPlaybackTime
If true, only download the data between the current playback start and stop times

Remarks

This method can be successfully called if CanDownloadCurrentRecording returns true.

Requirements

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

See Also