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


name
Name of the burst to find.

Glossary Item Box

Gets the burst in this collection with the specified name.

Syntax

Visual Basic (Declaration) 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As T1
C# 
public T1 Item( 
   string name
) {get;}
C++/CLI 
public:
property T1^ Item {
   T1^ get(String^ name);
}

Parameters

name
Name of the burst to find.

Property Value

The burst.

Requirements

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

See Also