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


Glossary Item Box

Gets or sets the shape of the marks at the digital demodulation symbol positions.

Syntax

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

Remarks

Determine the shape of actual symbols locations on digital demodulation time traces (if trace Format is not vector, constellation, or any eye diagram). You can choose to not display the symbol positions, show a dot (actually a small box) on the symbol, or show a vertical bar between the symbol and zero.

Requirements

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

See Also