RfsaDownconverterFrequencyOffsetMode Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies whether NI-RFSA automatically selects the downconverter frequency offset.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public enum RfsaDownconverterFrequencyOffsetMode
Members
| Name | Value | Description |
|---|---|---|
| Enabled | 1901 | NI-RFSA places the downconverter center frequency outside of the signal bandwidth if the SignalBandwidth property has been set and can be avoided. NI-RFSA returns an error if the SignalBandwidth property has not been set, or if the signal bandwidth is too large. |
| Automatic | 1903 | NI-RFSA places the downconverter center frequency outside of the signal bandwidth if the SignalBandwidth property has been set and can be avoided. |
| UserDefined | 1904 | NI-RFSA uses the offset that you specified with the DownconverterCenterFrequency or the DownconverterFrequencyOffset properties. |