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


Glossary Item Box

Gets the number of points in the z-axis.

Syntax

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

Remarks

The first ZPoints of the data all have the same z-axis value. The increment to the next z-axis value (associated with the next ZPoints of data) can be computed as follows:

Increment = (ZLast - ZFirst) / (ZPoints - 1)

Requirements

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

See Also