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


Glossary Item Box

Gets or sets the spacing between x-axis divisions when Format is TraceFormatType.RealVsImaginary.

Syntax

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

Remarks

The X axis always contains 10 divisions. Therefore, the trace width is 10 * XAxisPerDiv.

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