Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsStepAuto As Boolean |
C# | |
---|---|
public abstract bool IsStepAuto {get; set;} |
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
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)