RfsaDownconverterFrequencyOffsetMode Enumeration
- Updated2025-05-22
- 1 minute(s) read
Rfsa
Specifies whether NI-RFSA automatically selects the downconverter frequency offset.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public enum RfsaDownconverterFrequencyOffsetMode
Public Enumeration RfsaDownconverterFrequencyOffsetMode
Members
Member name | Value | Description |
---|---|---|
Enabled | 1,901 | 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 | 1,903 | NI-RFSA places the downconverter center frequency outside of the signal bandwidth if the SignalBandwidth property has been set and can be avoided. |
UserDefined | 1,904 | NI-RFSA uses the offset that you specified with the DownconverterCenterFrequency or the DownconverterFrequencyOffset properties. |