Keysight Pathwave 89600 VSA .NET API
InputNames Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > ICustomStep Interface : InputNames Property


Glossary Item Box

Gets or sets the names of the inputs.

Syntax

Visual Basic (Declaration) 
Property InputNames As String()
C# 
string[] InputNames {get; set;}
C++/CLI 
property array<String^>^ InputNames {
   array<String^>^ get();
   void set (    array<String^>^ value);
}

Requirements

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

See Also