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


Glossary Item Box

Gets or sets a value indicating whether this trace's x-axis is coupled with other overlaid traces.

Syntax

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

Remarks

For traces which are overlaid and IsXAxisCoupled = true, changing the trace parameters on one of the traces will cause the other traces' x-axis parameters to match the trace that was changed:

Note: coupling is only performed on traces whose x-axis is compatible with the x-axis of the trace that changed (units are the same, etc.).

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.5

See Also