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


Glossary Item Box

Gets or sets the value of the x-axis reference line when Format is TraceFormatType.RealVsImaginary.

Syntax

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

Remarks

Together, the XAxisRefLevel, XAxisRefPosition, and XAxisPerDiv can be used to determine the trace width. The XAxisScaleAuto method sets the XAxisRefLevel and XAxisPerDiv to values which maintain round numbers for the right side of the trace and a XAxisPerDiv, and maximizes the width of the data on the trace. The XAxisUnit property returns the units of the X axis.

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