Keysight 89600 VSA .NET API
DataNamesDataRegister Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > TraceCollection Class : DataNamesDataRegister Property


Glossary Item Box

Gets the list of all data register DataNames.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property DataNamesDataRegister As String()
C# 
public abstract string[] DataNamesDataRegister {get;}
C++/CLI 
public:
abstract property array<String^>^ DataNamesDataRegister {
   array<String^>^ get();
}

Requirements

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

See Also