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


Glossary Item Box

Gets or sets a value indicating whether the marker x-axis position is coupled to the same-numbered marker (by index) on another trace.

Syntax

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

Remarks

True if a marker's X-axis position is coupled to another marker with the same index (in the Markers collection) on another trace. All markers that are coupled and have the same X-axis units will have the same X-axis position, if possible. If the coupled markers X-axis do not have the same resolution or range, then the markers are positioned as close to each other as possible.

Requirements

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

See Also