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
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)