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


name
The name of the custom step to find.

Glossary Item Box

Gets a reference to the custom step in the collection with the specified name.

Syntax

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

Parameters

name
The name of the custom step to find.

Property Value

A reference to the custom step.

Requirements

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

See Also