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


Glossary Item Box

Gets or sets the spectrogram trace that is selected.

Syntax

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

Remarks

If IsTraceSelectVisible is True, then this property selects the current scan on a spectrogram trace. All normal or delta markers are shown on the current scan. Also, if another trace is showing the same result as this trace, then that trace shows the current scan.

Requirements

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

See Also