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


Glossary Item Box

Gets or sets a value indicating whether the x-axis is shown in a linear or log scale.

Syntax

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

Remarks

This property is not used if the trace Format is I-Q or constellation.

Requirements

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

See Also