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


Glossary Item Box

Gets or sets the data bus name used for part 2 of the channel data (e.g. I or Q).

Syntax

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

Remarks

This property is used to set which logic analyzer data bus is used as the second part of complex data for a digital input channel. The interpretation of DataBusPart2 depends on the DataPart and DataSign properties, as well as DataBusScale2.

You must set DataModule and (optionally) DataTool properties for a channel, before setting DataBusPart1 or DataBusPart2.

The valid values for this property are found by calling the GetDataBusNames(moduleOrTool) method, where moduleOrTool is the name of a logic analyzer module or tool from which you wish to get data. If a change to DataModule or DataTool invalidates the DataBusPart2 name, it is set to an empty string. DataBusPart2 (when required) must derive from the same module as DataBusPart1, i.e., directly from the module output or from a tool connected to the common module.

See the Digital Object overview for more about selecting modules, tools, and buses.

Requirements

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

See Also