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


Glossary Item Box

Gets or sets the x unit type (Power, Peak, RMS) when Format is TraceFormatType.RealVsImaginary.

Syntax

Visual Basic (Declaration) 
Public Overridable Property XUnit As TraceYUnitType
C# 
public virtual TraceYUnitType XUnit {get; set;}
C++/CLI 
public:
virtual property TraceYUnitType XUnit {
   TraceYUnitType get();
   void set (    TraceYUnitType value);
}

Remarks

Determine what units to display the amplitude of the data. You can select Peak, RMS, Power units, or an automatic selection. The automatic selection is to show Power units for frequency domain data and Peak units for time domain data.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 17.00

See Also