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


name
The name of the extension to retrieve. The name is case sensitive.

Glossary Item Box

Returns the named extension from the collection.

Syntax

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

Parameters

name
The name of the extension to retrieve. The name is case sensitive.

Property Value

The named extension, or null if no extension of the supplied name exists.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 16.00

See Also