Keysight Pathwave 89600 VSA .NET API
StepUp Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > IStepValue Interface : StepUp Method


value
Value to step up from.

Glossary Item Box

Gets the suggested value one step up from the specified value.

Syntax

Visual Basic (Declaration) 
Function StepUp( _
   ByVal value As Double _
) As Double
C# 
double StepUp( 
   double value
)
C++/CLI 
double StepUp( 
   double value
) 

Parameters

value
Value to step up from.

Return Value

The next suggested value up from the specified value.

Requirements

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

See Also