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


Glossary Item Box

Gets or sets the position of the reference line.

Syntax

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

Remarks

Determine the position of the reference line on the Y axis, where 100 is the top of the trace, 50 is the center of the trace, and 0 is the bottom of the trace.

Requirements

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

See Also