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


Glossary Item Box

Gets or sets a value indicating whether the x-axis is auto-scaled to show all the data in the trace.

Syntax

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

Remarks

Determine whether the X axis automatically scales to the incoming data. If IsXScaleAuto is True, then XLeft and XRight return the range of X Values of the data. Setting either XLeft or XRight sets IsXScaleAuto to False.

Requirements

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

See Also