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


Glossary Item Box

Gets or sets the resolution bandwidth (RBW), in Hertz.

Syntax

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

Remarks

Determines the resolution bandwidth, in Hertz, of the measurement.

When in zero span mode this specifies the bandwidth of the Channel Filter.

Requirements

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

See Also