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


Glossary Item Box

Gets the y-axis unit string.

Syntax

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

Remarks

Returns the units on the Y axis of the trace. The Y axis units are determined by type of data on the trace, the Format of the trace, and the YUnit.

Requirements

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

See Also