Keysight Pathwave 89600 VSA .NET API
Item(String) Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > TraceCollection Class > Item Property : Item(String) Property


dataName
the specified DataName

Glossary Item Box

Gets a list of the traces containing the specified DataName

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride ReadOnly Property Item( _
   ByVal dataName As String _
) As IEnumerable(Of Trace)
C# 
public abstract IEnumerable<Trace> Item( 
   string dataName
) {get;}
C++/CLI 
public:
abstract property IEnumerable<Trace^>^ Item {
   IEnumerable<Trace^>^ get(String^ dataName);
}

Parameters

dataName
the specified DataName

Property Value

A list of Trace objects matching the specified DataName

Remarks

Returns null if no traces contain the specified DataName.

Requirements

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

See Also