Keysight Pathwave 89600 VSA .NET API
GetDataToolNames Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > DigitalChannel Class : GetDataToolNames Method


dataModule
Module name for which tool names are requested

Glossary Item Box

Returns a list of tool names available at the output of a given module.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetDataToolNames( _
   ByVal dataModule As String _
) As String()
C# 
public abstract string[] GetDataToolNames( 
   string dataModule
)
C++/CLI 
public:
abstract array<String^>^ GetDataToolNames( 
   String^ dataModule
) 

Parameters

dataModule
Module name for which tool names are requested

Return Value

string array

Remarks

This property returns an array of logic analyzer tool names attached to a given logic analyzer module. When this module name is used to set the DataModule property, then any of these tool names can be used to set the DataTools property. The tool names are re-read from the logic analyzer each time a VSA measurement is restarted following a call to Disconnect() on the HardwareConfiguration object used by the measurement.

Requirements

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

See Also