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


Glossary Item Box

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

Syntax

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

Remarks

Determine the position of the x-axis reference line on the X axis, where 100 is the right side of the trace, 50 is the center of the trace, and 0 is the left side of the trace.

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