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


eventIndex
index of event in Entries collection

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 _
) 
C# 
public abstract void GoToEvent( 
   int eventIndex
)
C++/CLI 
public:
abstract void GoToEvent( 
   int eventIndex
) 

Parameters

eventIndex
index of event in Entries collection

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 default timeout of 10 seconds, a System.TimeoutException is thrown. Use GoToEvent(Int32,Int32) to specify a timeout.

Requirements

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

See Also