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


Glossary Item Box

Gets or sets a value indicating whether the span is adjusted to achieve specified main time length.

Syntax

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

Remarks

Instead of setting IsResolutionAuto to True, you can set Frequency.IsPointsAuto to True. This will allow more freedom in setting the Length or Frequency.ResBW by allowing the number of points in the FFT to change as you change these parameters.

This property is ignored except in Vector and Analog Demod measurement types.

Requirements

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

See Also