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


Glossary Item Box

Gets or sets the right side of the x-axis scale when Format is TraceFormatType.RealVsImaginary.

Syntax

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

Remarks

Determine the right side of the X axis when shown as a graph.

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