Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Format As TraceFormatType |
C# | |
---|---|
public abstract TraceFormatType Format {get; set;} |
C++/CLI | |
---|---|
public: abstract property TraceFormatType Format { TraceFormatType get(); void set ( TraceFormatType value); } |
Determines the trace format. Not all trace formats are meaningful for all data types. For example, the phase data types (Wrap phase, Unwrap phase, and Trellis-Eye) always show zero of real data (e.g. baseband time data). The constellation format will show the same as I-Q if you are not displaying a digital demod measured or reference time trace.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)