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


Glossary Item Box

Gets or sets the name of the limit line. The name does not have to be unique.

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

The name of each limit line is displayed in the marker area that shows the results of the limit line tests.

Requirements

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

See Also