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


Glossary Item Box

Gets or sets the right side of the x-axis scale.

Syntax

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

Remarks

Determine the right side of the X axis. Setting this property also sets the IsXScaleAuto property to False. If IsXScaleAuto is True, then XRight returns the largest X Value of the data. The XLeft property sets the left side of the X axis.

If the trace Format is I-Q or constellation, then setting XLeft and XRight select how much data to display, but does not affect the X axis annotation.

Requirements

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

See Also