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


Glossary Item Box

Gets or sets a value indicating whether the resolution bandwidth property is automatically determined from other setup parameters.

Syntax

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

Remarks

When true, the RBW is chosen based upon the SpanToResolutionBandwidthRatio and IsSpanToResolutionBandwidthRatioAuto settings. When false the RBW is explicitly specified via the ResolutionBandwidth property. This property defaults to true.

This property is ignored when in zero span mode.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.50

See Also