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


Glossary Item Box

Indicates when the custom step is executing.

Syntax

Visual Basic (Declaration) 
Public Event Executing As EventHandler(Of CustomStepExecutingEventArgs)
C++/CLI 
public:
event EventHandler<CustomStepExecutingEventArgs^>^ Executing

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