Keysight Pathwave 89600 VSA .NET API
WaitForRecordingDone() Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Measurement Class > WaitForRecordingDone Method : WaitForRecordingDone() Method


Glossary Item Box

Wait 10 seconds for the recording to complete.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub WaitForRecordingDone() 
C# 
public abstract void WaitForRecordingDone()
C++/CLI 
public:
abstract void WaitForRecordingDone(); 

Exceptions

ExceptionDescription
System.TimeoutExceptionA TimeoutException will be thrown if the recording is not complete within 10 seconds.

Remarks

To stop recordings in progress, use Measurement.Pause() or MeasurementCollection.Pause().

Requirements

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

See Also