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


Glossary Item Box

Gets or sets the name of the logic analyzer tool from which data will be taken.

Syntax

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

Remarks

This property allows you to select a logic analyzer tool (e.g. Signal Extractor) to be the data source for a VSA channel. A logic analyzer tool transforms data from the logic analyzer module it is connected to, and presents the transformed data at its output as one or more named buses. Valid values for DataTool, given a particular choice of DataModule, are given by the GetDataToolNames(module) method. The empty string ("") is always valid and denotes that the data will come directly from the chosen DataModule.

The DataModule property must first be set before setting DataTool. Different channels may have different DataTool settings as long as the tools are all connected to the same module.

If the DataModule property is changed, DataTool is set to the empty string. See the Digital Object overview for more about selecting modules and tools.

Requirements

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

See Also