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


Glossary Item Box

Gets or sets a value indicating whether the frequency step is fixed or automatically determined.

Syntax

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

Remarks

When IsStepAuto is set to false, the frequency step is determined by the StepSize property. When IsStepAuto is set to true, then:

  • span follows 1-2-5 steps and speed optimized spans
  • center frequency follows (span / 10) steps
  • start frequency follows 1-2-5 steps

Requirements

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

See Also