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


Glossary Item Box

Gets or sets the y-axis value of the reference line.

Syntax

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

Remarks

Together, the YRefLevel, YRefPosition, and YPerDiv can be used to determine the trace height. The YScaleAuto method sets the YRefLevel and YPerDiv to values which maintain round numbers for the top of the trace and a YPerDiv, and maximizes the height of the data on the trace. The IsYRefVisible property determines whether a line is drawn on the trace showing the reference level. The YAxisUnit property returns the units of the Y axis.

Requirements

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

See Also