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


Glossary Item Box

Gets or sets the X center scaling value for the vector trace formats.

Syntax

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

Remarks

A vector trace Format is either I-Q or constellation. When you are in one of these formats, you set the Y scaling with the YRefLevel, YRefPosition, and YPerDiv properties. The width of the X axis is determined by the Y axis scaling and the aspect ratio of the trace. This property is used to set the center of the X axis when you are displaying data in one of these vector formats.

Requirements

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

See Also