RfsaNotchFilterEnabled Enumeration
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Specifies whether the notch filter is enabled on the RF conditioning module.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public enum RfsaNotchFilterEnabled
Public Enumeration RfsaNotchFilterEnabled
Members
Member name | Value | Description |
---|---|---|
Disabled | 3,400 | Diables the notch filter. |
EnabledWhenInSignalPath | 3,401 | 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 | 3,402 | 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. |