UpconverterFrequencyOffsetMode Enumeration
- Updated2024-05-08
- 1 minute(s) read
UpconverterFrequencyOffsetMode Enumeration
Specifies whether NI-RFSG automatically selects the upconverter frequency offset.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public enum UpconverterFrequencyOffsetMode
Public Enumeration UpconverterFrequencyOffsetMode
Members
Member name | Value | Description | |
---|---|---|---|
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 | 5001 | NI-RFSG uses the offset that you specified with the CenterFrequency or the FrequencyOffset properties. | |
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. |