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


eventIndex
index of event in Entries collection
timeoutMilliseconds
timeout in milliseconds

Glossary Item Box

Rewinds the PlayPosition to the time of the event and reruns the measurement.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub GoToEvent( _
   ByVal eventIndex As Integer, _
   ByVal timeoutMilliseconds As Integer _
) 
C# 
public abstract void GoToEvent( 
   int eventIndex,
   int timeoutMilliseconds
)
C++/CLI 
public:
abstract void GoToEvent( 
   int eventIndex,
   int timeoutMilliseconds
) 

Parameters

eventIndex
index of event in Entries collection
timeoutMilliseconds
timeout in milliseconds

Exceptions

ExceptionDescription
System.TimeoutExceptionthe timeout expires before the measurement finishes.

Remarks

Returns once the measurement has completed. If the measurement does not complete within the specified timeout, a System.TimeoutException is thrown.

Requirements

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

See Also