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


Glossary Item Box

Gets the z-axis value associated with the last data point.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property ZLast As Double
C# 
public abstract double ZLast {get;}
C++/CLI 
public:
abstract property double ZLast {
   double 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