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


Glossary Item Box

Gets or sets a value indicating whether the marker tracks the peak of the data.

Syntax

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

Remarks

If peak track is on, then the marker is moved to the peak of the trace every time new data is displayed on the trace. The marker must be on (IsVisible set to True) for this property to have any effect.

Requirements

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

See Also