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


Glossary Item Box

Gets or sets the spacing between y-axis divisions.

Syntax

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

Remarks

The Y axis always contains 10 divisions. Therefore, the trace height is 10 * YPerDiv. If the Format is set to TraceFormatType.LogMagnitudeLinear, then YPerDiv is ignored and YLogRatio is used to determine the trace height.

Requirements

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

See Also