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


name
The name of the desired Context.

Glossary Item Box

Returns a Context reference of the given name.

Syntax

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

Parameters

name
The name of the desired Context.

Property Value

Context reference of the given name, or null if no Context exists in the collection with a matching name.

Requirements

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

See Also