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


Glossary Item Box

Gets or sets the number of unaliased frequency points to display.

Syntax

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

Remarks

Determine the number of unaliased frequency points for the measurement to calculate. It may be one of the following values: 51, 101, 201, 401, 801, 1601, 3201, 6401, 12801, 25601, 51201, 102401, 204801, 409601.

Requirements

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

See Also