Keysight Pathwave 89600 VSA .NET API
Executing Event
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ICustomStep Interface : Executing Event


Glossary Item Box

Event that indicates the step is executing.

Syntax

Visual Basic (Declaration) 
Event Executing As EventHandler(Of CustomStepExecutingEventArgs)

Event Data

The event handler receives an argument of type CustomStepExecutingEventArgs containing data related to this event. The following CustomStepExecutingEventArgs properties provide information specific to this event.

PropertyDescription
IsRecomputingGets or sets a value indicating whether the step is recomputing.  
StateGets the measurement state.  
StatusCodeGets or sets a value indicating the success result of the step.  

Requirements

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

See Also