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


Glossary Item Box

Gets or sets the maximum number of analysis points allowed.

Syntax

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

Remarks

This value is used to create an upper bound on the number of analysis points of the acquisition data that can be processed The default value is 50000000.

Requirements

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

See Also