Keysight Pathwave 89600 VSA .NET API
Name Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > UserInputSetupChannel Class : Name Property


Glossary Item Box

Gets or sets the name to associate with this channel of data from the data source application.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Name As String
C# 
public abstract string Name {get; set;}
C++/CLI 
public:
abstract property String^ Name {
   String^ get();
   void set (    String^ value);
}

Remarks

Defaults to "Ch{0}" where {0} is replaced by the index of this object in the collection, plus one. Therefore the first channel in the collection defaults to "Ch1".

Requirements

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

See Also