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


Glossary Item Box

Indicates when the custom step is updating.

Syntax

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

Event Data

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

PropertyDescription
StateGets the measurement state.  

Requirements

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

See Also