Visual Basic (Declaration) | |
---|---|
Public MustOverride Property DataTool As String |
C# | |
---|---|
public abstract string DataTool {get; set;} |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)