UpconverterFrequencyOffsetMode Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies whether NI-RFSG automatically selects the upconverter frequency offset.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum UpconverterFrequencyOffsetMode
Members
| Name | Value | Description |
|---|---|---|
| Auto | (int)-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 | (int)5001 | NI-RFSG uses the offset that you specified with the CenterFrequency or the FrequencyOffset properties. |
| Enable | (int)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. |