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


Glossary Item Box

Gets a list of all of data register names of data registers that contain data.

Syntax

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

Remarks

A data register is empty if DataRegister.IsEmpty is true.

Requirements

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

See Also