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


Glossary Item Box

Gets the unit associated with the marker's x-axis data.

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

The marker Value is the time/frequency axis marker location that you set with the XData property. The XDataUnit is the same as the Trace.XDataUnit. If Position is MarkerPositionType.Fixed, then the unit is the always the same as the trace x axis unit.

Requirements

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

See Also