Keysight Pathwave 89600 VSA .NET API
Create Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventDataSourceCollection Class : Create Method


Glossary Item Box

Creates an EventDataSource and adds it to the collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Create() As EventDataSource
C# 
public abstract EventDataSource Create()
C++/CLI 
public:
abstract EventDataSource^ Create(); 

Return Value

the EventDataSource created

Requirements

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

See Also