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


Glossary Item Box

Gets the unit associated with the marker z-axis value.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property ZUnit As String
C# 
public abstract string ZUnit {get;}
C++/CLI 
public:
abstract property String^ ZUnit {
   String^ get();
}

Remarks

The z-axis units are associated with the Z property. The z-axis is used for some OFDM trace data types (e.g. Error Vector Spectrum). The z-axis unit for Error Vector Spectrum can be set with the Trace.DemodTimeUnit property. The z-axis unit for Error Vector Time can be set with the Trace.DemodFreqUnit property.

Requirements

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

See Also