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


Glossary Item Box

Gets or sets the number of main time points.

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

This property determines the number of main time points of data to acquire for each measurement scan. This is an alternate way of specifying the Frequency.Points length and is equal to:

Time.Points = (Frequency.Points - 1) * 1.28

Note: most demodulation measurements set the number of time/frequency points automatically, usually based on a parameter called "Result Length" or "Search Length."

Requirements

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

See Also