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


msTimeout
The number of milliseconds to wait.

Glossary Item Box

Wait for the data for this trace to be valid.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub WaitForDataValid( _
   ByVal msTimeout As Integer _
) 
C# 
public abstract void WaitForDataValid( 
   int msTimeout
)
C++/CLI 
public:
abstract void WaitForDataValid( 
   int msTimeout
) 

Parameters

msTimeout
The number of milliseconds to wait.

Exceptions

ExceptionDescription
System.TimeoutExceptionA TimeoutException will be thrown if the data is not valid within the specified number of milliseconds.

Remarks

Valid data must contain at least one data value and be marked as valid.

Requirements

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

See Also