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


Glossary Item Box

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

Syntax

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