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


Glossary Item Box

Gets the x unit string.

Syntax

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

Remarks

Returns the units for the X values of the trace's data. XDataUnit is the same as XAxisUnit, except when 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