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


Glossary Item Box

Gets or sets a value indicating whether all traces show X frequency annotation as center/span rather than start/stop.

Syntax

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

Remarks

Returns whether all the traces have an X axis that displays the center and span frequencies, or the start and stop frequencies. This setting has no effect on a trace if it does not contain frequency domain data, is shown in I-Q or constellation format, or the X axis is scaled (IsXScaleAuto is set to False).

Requirements

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

See Also