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