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


Glossary Item Box

Gets or sets the number of points in the Data.

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

Returns the number of points (real or complex) that is returned by the Data property. The IsComplex property returns whether the trace data is complex. If the trace contains spectrum data, then the non-alias protected data is also included in the returned data. You can use State["FreqValidMin"] and State["FreqValidMax"] to determine the minimum and maximum valid frequencies for the data.

Requirements

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

See Also