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


Glossary Item Box

Gets or sets a value indicating whether the resolution bandwidth should be automatically determined based on the measurement span.

Syntax

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

Remarks

This setting is a boolean used to determine if the ResolutionBandwidth is automatically configured based on the measurement Span. If true, the ResolutionBandwidth is automatically set such that the resolution bandwidth is Span / 1024. If false, the ResolutionBandwidth must be manually configured. The default value is true.

Requirements

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

See Also