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


Glossary Item Box

Gets or sets the names of the outputs.

Syntax

Visual Basic (Declaration) 
Property OutputNames As String()
C# 
string[] OutputNames {get; set;}
C++/CLI 
property array<String^>^ OutputNames {
   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