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


top
top side of the y-axis scale
bottom
bottom side of the y-axis scale

Glossary Item Box

Set the top and bottom sides of the y-axis scale.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub YTopBottom( _
   ByVal top As Double, _
   ByVal bottom As Double _
) 
C# 
public abstract void YTopBottom( 
   double top,
   double bottom
)
C++/CLI 
public:
abstract void YTopBottom( 
   double top,
   double bottom
) 

Parameters

top
top side of the y-axis scale
bottom
bottom side of the y-axis scale

Requirements

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

See Also