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


Glossary Item Box

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

Syntax

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

Remarks

For traces which are overlaid and IsTraceFormatCoupled = true, changing the trace Format of one of the traces will cause the other traces' format to change.

The IsXLog setting is also coupled.

Note: coupling is only performed on traces whose trace format match the format of the trace that 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 18.5

See Also