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


value
Specifies the desired point value.

Glossary Item Box

Return the nearest valid frequency points value to the value supplied.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function PointsNearest( _
   ByVal value As Integer _
) As Integer
C# 
public abstract int PointsNearest( 
   int value
)
C++/CLI 
public:
abstract int PointsNearest( 
   int value
) 

Parameters

value
Specifies the desired point value.

Return Value

Returns the nearest valid number of frequency points to that specified in the value parameter. This method runs automatically if an invalid number of points is requested, or your program can call it explicitly. The supplied will be rounded to the next larger of the following values: 51, 101, 201, 401, 801, 1601, 3201, 6401, 12801, 25601, 51201, 102401, 204801, 409601.

Requirements

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

See Also