RFmxSpecAnMXTxpVbwFilterAutoBandwidth 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 RFmxSpecAnMXTxpVbwFilterAutoBandwidth
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | Specify the video bandwidth in the TXP 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 TXP RBW method. The value of the TXP VBW method is disregarded in this mode. |