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


Glossary Item Box

Specifies the trace format.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
ConstellationConstellation diagram at symbol points, or IQ diagram if not demodulated data.
EyeII part versus symbol clock time, or imaginary part if not demodulated data.
EyeQQ part versus symbol clock time, or real part if not demodulated data.
GroupDelayGroup delay.
ImaginaryImaginary part of the data.
IQIQ diagram (real versus imaginary data).
LinearMagnitudeLinear magnitude data.
LogMagnitudeLogarithmic magnitude data.
LogMagnitudeLinearLogarithmic magnitude data on a linear scale.
RealReal part of the data.
RealVsImaginaryReal versus imaginary data.
TrellisUnwrapped phase versus symbol clock time, or unwrapped phase if not demodulated data.
UnwrapPhaseUnwrapped phase.
WrapPhaseWrapped phase.
‡ 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