RFmxSpecAnMXSpectrumVbwFilterAutoBandwidth Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the video bandwidth (VBW) is expressed directly or computed based on the VBW to RBW ratio.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXSpectrumVbwFilterAutoBandwidth
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | Specify the video bandwidth in the Spectrum VBW method. The SetVbwFilterVbwToRbwRatio(string, double) method is disregarded in this mode. |
| True | 1 | Specify video bandwidth in terms of the VBW to RBW ratio. The value of the video bandwidth is then computed by using the SetVbwFilterVbwToRbwRatio(string, double) method and the Spectrum RBW method. The value of the Spectrum VBW method is disregarded in this mode. |