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


Glossary Item Box

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

Syntax

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

Remarks

Determines the resolution bandwidth, in Hertz, of the measurement. Note that in digital demodulation measurement types, resolution bandwidth is determined automatically and can not be set independently. In all measurement types, resolution bandwidth is related to the length of the time record and the selected window type.

Requirements

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

See Also