Keysight Pathwave 89600 VSA .NET API
DownloadCurrentRecording Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Source Class : DownloadCurrentRecording 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 Overridable Sub DownloadCurrentRecording( _
   ByVal atMeasurementSpan As Boolean, _
   ByVal atPlaybackTime As Boolean _
) 
C# 
public virtual void DownloadCurrentRecording( 
   bool atMeasurementSpan,
   bool atPlaybackTime
)
C++/CLI 
public:
virtual void DownloadCurrentRecording( 
   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.

If the source supports virtual signals, the current recording is downloaded to the first virtual signal of enabled source channels.

Requirements

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

See Also