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


Glossary Item Box

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

Syntax

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

Remarks

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

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.

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