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


Glossary Item Box

Gets or sets a value indicating whether spectrogram TraceSelect is enabled.

Syntax

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

Remarks

This property selects whether you control the current scan on a spectrogram trace. If IsTraceSelectVisible is True, then the TraceSelect is the current scan, otherwise the current scan is the last (most recent) scan of the spectrogram. 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