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


Glossary Item Box

Gets or sets whether the Y units are log (e.g. dB) or linear. Get/set whether the Y units are log (e.g. dB) or linear.

Syntax

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

Remarks

The value of YFormat along with XDomain and YUnit determine the Y unit of the limit line points.

Requirements

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

See Also