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


Glossary Item Box

Gets or sets the x-axis trace format when Format is TraceFormatType.RealVsImaginary.

Syntax

Visual Basic (Declaration) 
Public Overridable Property XAxisFormat As TraceAxisFormatType
C# 
public virtual TraceAxisFormatType XAxisFormat {get; set;}
C++/CLI 
public:
virtual property TraceAxisFormatType XAxisFormat {
   TraceAxisFormatType get();
   void set (    TraceAxisFormatType value);
}

Remarks

Determines the x-axis trace format when shown as a graph. This format applies to the real part of the data.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 17.00

See Also