RfsaPreselectorEnabled Enumeration
- Updated2024-05-08
- 1 minute(s) read
RfsaPreselectorEnabled Enumeration
Note: This API is now obsolete.
Specifies the different options of enabling or disabling the preselector.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx40 (in NationalInstruments.ModularInstruments.NIRfsa.Fx40.dll) Version: 2022
Syntax
[ObsoleteAttribute("Use RfsaDownconverterPreselectorEnabled enumeration.")] public enum RfsaPreselectorEnabled
<ObsoleteAttribute("Use RfsaDownconverterPreselectorEnabled enumeration.")> Public Enumeration RfsaPreselectorEnabled
Members
Member name | Value | Description | |
---|---|---|---|
Disabled | 2600 | Disables the preselector. | |
EnabledWhenInSignalPath | 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 | 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. |
Remarks
Use RfsaDownconverterPreselectorEnabled instead of this enumeration.