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


Glossary Item Box

Gets or sets the marker x-axis position by point number (0 is first point).

Syntax

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

Remarks

Determine the domain axis position of the marker by its offset, in points, from the start of the trace data. This is the position of the marker in the time/frequency axis. This is the same as the x axis for all trace formats except I-Q and constellation. The position must be at least 0 (start of data) and less that the number of points in the trace. You can also use the Value property to change the marker position, which is in the units of the time/frequency axis. If the markers are coupled (IsCouple set to True), then setting this property could change the marker position in other traces that have coupled markers for the same marker index.

Requirements

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

See Also