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


Glossary Item Box

Gets or sets the shape of the digital demodulation ideal state positions.

Syntax

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

Remarks

Determine the shape to be displayed on a trace for digital demodulation ideal state positions. The shape may be turned off, be a cross, or a circle.

The ideal states positions are only shown on a vector or constellation diagram. If you choose a cross, the ideal state occurs at the center of the cross. If you choose a circle, the ideal state occurs at the center of the circle.

The ideal state is the location where symbols occur if your signal is without error. Showing the ideal states gives a visual indication of the quality of your signal. You can also set the size of the ideal shapes with the DemodStateSize property.

Requirements

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

See Also