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


Glossary Item Box

Gets or sets the ratio between the top and bottom when in TraceFormatType.LogMagnitudeLinear format.

Syntax

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

Remarks

This property is only used if Format is set to TraceFormatType.LogMagnitudeLinear. In this format type, you set the YLogRatio instead of YPerDiv to determine Y scaling.

Requirements

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

See Also