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


Glossary Item Box

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

Syntax

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

Remarks

For traces which are overlaid and IsYAxisCoupled = true, changing the trace parameters on one of the traces will cause the other traces' y-axis parameters to match the trace that was changed: YPerDiv, YTop, YBottom, and VectorXCenter.

Note: coupling is only performed on traces whose y-axis is compatible with the y-axis of the trace that changed (units are the same, both time domain, 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