RfsaDownconverterPreselectorEnabled Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies options which indicate whether the tunable preselector is enabled on the downconverter.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaDownconverterPreselectorEnabled
Members
| Name | Value | Description |
|---|---|---|
| Disabled | (int)2600 | Disables the preselector. |
| EnabledWhenInSignalPath | (int)2601 | Automatically enables the preselector when it is in the signal path, and automatically disables the preselector when it is out of the signal path. |
| Enabled | (int)2602 | Enables the preselector. If the preselector is not in a signal path, or if the preselector is not supported on the device, NI-RFSA returns an error. Select the EnabledWhenInSignalPath whenever possible to avoid an error. |