Keysight Pathwave 89600 VSA .NET API
CustomStepExecutingEventArgs Constructor(Boolean,StateDictionary)
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > CustomStepExecutingEventArgs Class > CustomStepExecutingEventArgs Constructor : CustomStepExecutingEventArgs Constructor(Boolean,StateDictionary)


isRecomputing
Indicates whether the step is recomputing.
state
The measurement state.

Glossary Item Box

Initializes a new instance of the CustomStepExecutingEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal isRecomputing As Boolean, _
   ByVal state As StateDictionary _
)
C# 
public CustomStepExecutingEventArgs( 
   bool isRecomputing,
   StateDictionary state
)
C++/CLI 
public:
CustomStepExecutingEventArgs( 
   bool isRecomputing,
   StateDictionary^ state
)

Parameters

isRecomputing
Indicates whether the step is recomputing.
state
The measurement state.

Requirements

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

See Also