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


value
Value to step down from.

Glossary Item Box

Get the suggested value one step down from the specified value.

Syntax

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

Parameters

value
Value to step down from.

Return Value

The next suggested value down from the specified value.

Requirements

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

See Also