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


Glossary Item Box

Gets or sets the resolution bandwidth (in terms of ENBW) used to determine how to split the acquisition by.

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

This setting is a double representing the resolution bandwidth in hertz, and is defined in terms of ENBW, through the equation RBW = Normalized Equivalent Noise Bandwidth / Time Record Length. The default value is 25000.0 Hz (25kHz). The window type for this measurement is controlled by the Window property.

Requirements

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

See Also