UpconverterFrequencyOffsetMode Enumeration
- Updated2025-05-22
- 1 minute(s) read
Upconverter
Specifies whether NI-RFSG automatically selects the upconverter frequency offset.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public enum UpconverterFrequencyOffsetMode
Public Enumeration UpconverterFrequencyOffsetMode
Members
Member name | Value | Description |
---|---|---|
Enable | 1 | NI-RFSG places the upconverter center frequency outside of the signal bandwidth if the SignalBandwidth property has been set and can be avoided. NI-RFSG returns an error if the SignalBandwidth property has not been set, or if the signal bandwidth is too large. |
Auto | -1 | NI-RFSG places the upconverter center frequency outside of the signal bandwidth if the SignalBandwidth property has been set and can be avoided. |
UserDefined | 5,001 | NI-RFSG uses the offset that you specified with the CenterFrequency or the FrequencyOffset properties. |