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


Glossary Item Box

Gets or sets the trace format.

Syntax

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);
}

Remarks

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.

Requirements

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

See Also