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


Glossary Item Box

Gets or sets the trace coupling status of this trace.

Syntax

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

Remarks

Trace coupling determines whether this trace tracks changes in other traces' parameters (such as y-axis limits). Coupling is performed for traces that are placed into the same tab group and overlaid.

The following parameters can be coupled:

When Coupling = Automatic and a trace is placed into an overlay group, the VSA will attempt to set the coupling parameters automatically.

Auto coupling will be performed in these circumstances:

  • Trace Overlay setting is enabled
  • A trace is added to a tab group (drag and drop)
  • A different trace data is selected for a trace
  • Display layout is changed

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 20.0

See Also