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


Glossary Item Box

Gets or sets the marker y-axis value.

Syntax

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

Remarks

The marker's Point or XData properties determine where the marker is located on the data. The Y property returns the calculated Y axis value of the data at that point. If the marker Position is MarkerPositionType.Fixed, then you can set the Y axis value. The YUnit property contains the unit string for the Y axis marker location.

Requirements

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

See Also