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


Glossary Item Box

Gets or sets a value indicating whether the peak hold function is enabled.

Syntax

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

Remarks

The peak hold function is located right after the video bandwidth averaging but before combining high or low side mixing when using double acquisition conversion for image rejection. It is also before the detectors. The gate length sets the length of time that peak holding is done. The peak hold function is done on the spectrum at each gate in the frequency domain.

Requirements

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

See Also