RfsaPreselectorEnabled Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the different options of enabling or disabling the preselector.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaPreselectorEnabled
Remarks
Use RfsaDownconverterPreselectorEnabled instead of this enumeration.
Members
| Name | Value | Description |
|---|---|---|
| Disabled | (int)2600 | Disables the preselector. |
| EnabledWhenInSignalPath | (int)2601 | The preselector will be automatically enabled when it is in the signal path and will be automatically disabled 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. |