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


Glossary Item Box

Indicates when the custom step gets valid DataNames.

Syntax

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

Event Data

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

PropertyDescription
DataNamesGets the list of valid DataNames for this measurement.  

Requirements

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

See Also