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


Glossary Item Box

Gets or sets the color enhancement factor, which affects the distribution of colors in the spectrogram / 3D map.

Syntax

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

Remarks

This property sets a value to determine how colors are distributed in the color bar for spectrogram displays. The default value is 50% (even distribution of colors in the color bar).

Requirements

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

See Also