RfsaNotchFilterEnabled Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies whether the notch filter is enabled on the RF conditioning module.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaNotchFilterEnabled
Members
| Name | Value | Description |
|---|---|---|
| Disabled | (int)3400 | Diables the notch filter. |
| EnabledWhenInSignalPath | (int)3401 | Enables the notch filter automatically when it is in the signal path, and disables the notch filter automatically when it is not in the signal path. |
| Enabled | (int)3402 | Enables the notch filter. If the notch filter is not in the signal path or if the notch filter is not supported on the device, NI-RFSA returns an error. Select EnabledWhenInSignalPath whenever possible to avoid an error. |