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


left
left side of the x-axis scale
right
right side of the x-axis scale

Glossary Item Box

Set the left and right sides of the x-axis scale when Format is TraceFormatType.RealVsImaginary.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub XAxisLeftRight( _
   ByVal left As Double, _
   ByVal right As Double _
) 
C# 
public virtual void XAxisLeftRight( 
   double left,
   double right
)
C++/CLI 
public:
virtual void XAxisLeftRight( 
   double left,
   double right
) 

Parameters

left
left side of the x-axis scale
right
right side of the x-axis scale

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