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


Glossary Item Box

Gets or sets a value indicating whether the center frequency will track a signal.

Syntax

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

Remarks

The VSA can change the center frequency automatically to track an input channel's drifting signal. The IsSignalTrack property enables and disables this feature and the SignalTrackChannel property determines the input channel to track.

Signal tracking is not available for digital demodulation measurement types, when averaging is turned on, or for I+jQ channel configurations.

Requirements

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

See Also