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


name
Name for the custom step.

Glossary Item Box

Creates a new custom step with the specified name.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Function Create( _
   ByVal name As String _
) As ICustomStep
C# 
public abstract ICustomStep Create( 
   string name
)
C++/CLI 
public:
abstract ICustomStep^ Create( 
   String^ name
) 

Parameters

name
Name for the custom step.

Return Value

A reference to the created custom step.

Requirements

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

See Also