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


Glossary Item Box

Gets or sets how the data buses (e.g. I and Q) are combined to create a real or complex number.

Syntax

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

Remarks

The DataPart property applies to all channels.

Data from a Logic Analyzer that is used by the VSA application can be either real or complex. Real data comes from a single bus. Complex data may come from two parallel buses or, may be interleaved on a single bus, and each pair of numbers may represent real and imaginary parts or magnitude and phase.

See the DigitalInputDataPart description for details how DataPart selection maps bus data to 89600 analysis data.

Requirements

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

See Also