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); } |
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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)