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


Glossary Item Box

Gets or sets the y unit type (Power, Peak, RMS).

Syntax

Visual Basic (Declaration) 
Public MustOverride Property YUnit As TraceYUnitType
C# 
public abstract TraceYUnitType YUnit {get; set;}
C++/CLI 
public:
abstract property TraceYUnitType YUnit {
   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)

See Also