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


rangeVolts
The value for which to determine the nearest valid range.

Glossary Item Box

Returns the nearest valid range (for this channel with the current hardware), in Volts peak, to the one specified.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function RangeNearest( _
   ByVal rangeVolts As Double _
) As Double
C# 
public abstract double RangeNearest( 
   double rangeVolts
)
C++/CLI 
public:
abstract double RangeNearest( 
   double rangeVolts
) 

Parameters

rangeVolts
The value for which to determine the nearest valid range.

Return Value

Nearest range in volts peak.

Requirements

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

See Also