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


Glossary Item Box

Gets or sets the marker position by z-axis value.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property Z As Double
C# 
public abstract double Z {get; set;}
C++/CLI 
public:
abstract property double Z {
   double get();
   void set (    double value);
}

Remarks

The z-axis is used for some OFDM trace data types (e.g. Error Vector Spectrum).

Requirements

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

See Also