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


Glossary Item Box

Event just before the step is connected to the measurement list (before its InputNames are used).

Syntax

Visual Basic (Declaration) 
Event Naming As EventHandler(Of CustomStepNamingEventArgs)

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