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


Glossary Item Box

Gets or sets the Agilent.SA.Vsa.Trace index from the Agilent.SA.Vsa.Display.Traces collection.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property TraceIndex As Integer
C# 
public abstract int TraceIndex {get; set;}
C++/CLI 
public:
abstract property int TraceIndex {
   int get();
   void set (    int value);
}

Requirements

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

See Also