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


Glossary Item Box

Gets the marker y-axis average value.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property YAverage As Double
C# 
public abstract double YAverage {get;}
C++/CLI 
public:
abstract property double YAverage {
   double get();
}

Remarks

The y-axis average value is only computed if a z-axis is present in the data (only used for some OFDM trace data types, such as Error Vector Spectrum). The average value is the y-axis RMS average for all points at the current x-axis value.

Requirements

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

See Also