RFmxSpecAnMXIQBandwidthAuto Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether the measurement computes the minimum acquisition bandwidth.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXIQBandwidthAuto
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | The measurement uses the value of the GetBandwidth(string, out double) method as the minimum acquisition bandwidth. |
| True | 1 | The measurement calculates the minimum acquisition bandwidth as shown in the following equation: minimum acquisition bandwidth = 0.8 * sample rate |