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


Glossary Item Box

Gets or sets the frequency step for start, center, and stop incremental changes, in Hertz.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property StepSize As Double
C# 
public abstract double StepSize {get; set;}
C++/CLI 
public:
abstract property double StepSize {
   double get();
   void set (    double value);
}

Remarks

StepSize only affects the user interface when using the arrow key or mouse wheel to adjust start, center, or stop frequency settings.

This property is not used if the IsStepAuto property is set to true.

Requirements

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

See Also