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


name
The name of the desired QuickSetup item.

Glossary Item Box

Gets the indicated QuickSetup from the collection by string name.

Syntax

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

Parameters

name
The name of the desired QuickSetup item.

Property Value

The QuickSetup with specified name, or null if no such item exists in the collection.

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 18.00

See Also