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


Glossary Item Box

Gets the x-axis unit string.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property XAxisUnit As String
C# 
public abstract string XAxisUnit {get;}
C++/CLI 
public:
abstract property String^ XAxisUnit {
   String^ get();
}

Remarks

Returns the units on the X axis of the trace. If the trace Format is I-Q or constellation, then the XAxisUnit is the same as the YAxisUnit.

Requirements

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

See Also