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


Glossary Item Box

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

Syntax

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

Remarks

This property determines which module will be the data source, and is forced to be the same for all VSA digital channels. Valid DataModule names are given by the ValidValues("DataModule") function.

See the DataTool property help for information about selecting data from a tool (e.g. a Signal Extractor) that is connected to the selected module. See the Digital Object overview for more about selecting modules and tools.

Changing the DataModule property on any channel will force all other channels' DataModule properties to the same value, and will set all channels' DataTool properties to the empty string (i.e., no tool selected). DataBus names may also be cleared if they are not valid for the selected module. 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