Keysight Pathwave 89600 VSA .NET API
DigitalInputDataPart Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : DigitalInputDataPart Enumeration


Glossary Item Box

Specifies how data is mapped from the Logic Analyzer data buses to 89600 data stream.

Syntax

Visual Basic (Declaration) 
Public Enum DigitalInputDataPart 
   Inherits System.Enum
C# 
public enum DigitalInputDataPart : System.Enum 
C++/CLI 
public enum class DigitalInputDataPart : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
IQTwo chosen buses map to the real (I) part and imaginary (Q) part.
IQInterleavePairs of data from chosen bus are used as real and imaginary parts.
MagnitudePhaseTwo chosen buses map to signed magnitude and phase.
MagnitudePhaseInterleavePairs of data from the chosen bus are used as signed magnitude and phase.
PhaseChosen bus maps to phase. Magnitude is set by Data Scale.
PhaseMagnitudeInterleavePairs of data from the chosen bus are used as phase and signed magnitude.
QIInterleavePairs of data from chosen bus are used as real and imaginary parts, except that imaginary part comes first, followed by real.
RealChosen bus maps to real data.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also