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


Glossary Item Box

Gets or sets the Y unit type (Power, Peak, RMS).

Syntax

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

Remarks

The value of YUnit along with XDomain and YFormat determine the Y unit of the limit line points. See Trace.YUnit to see more information about how this property affects the units.

Requirements

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

See Also