Keysight Pathwave 89600 VSA .NET API
DataSources Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Keysight.SA.Vsa Namespace > EventRule Class : DataSources Property


Glossary Item Box

Gets the list of EventDataSources associated with this EventRule.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property DataSources As EventDataSourceCollection
C# 
public abstract EventDataSourceCollection DataSources {get;}
C++/CLI 
public:
abstract property EventDataSourceCollection^ DataSources {
   EventDataSourceCollection^ get();
}

Remarks

Requirements

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

See Also