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


Glossary Item Box

Gets or sets the maximum number of scans of data persisted in a spectrogram.

Syntax

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

Remarks

The maximum value is limited by the amount of memory in your computer. The spectrogram memory is used to:
  • Refresh the spectrogram when you change trace properties.
  • Save the spectrogram when you save the data to a file.
  • Read the data when you access data on a specified scan.

Requirements

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

See Also