NIRfsgPlaybackLOOffsetMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the LO offset mode to store in the NI-RFSG waveform database. The following enums define the behavior of the SetScriptToGenerateMultipleRfsgMethod and SetScriptToGenerateSingleRfsgMethod methods on PXIe-5840/5841/5842 and PXIe-5830/5831/5832.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsgPlayback
public enum NIRfsgPlaybackLOOffsetMode
Remarks
Measurement results might get affected while performing measurements in the RFmx driver if the signal analyzer measurement frequency span is wide enough to capture signal generator LO. In these cases, it is recommended to configure the NIRfsgPlaybackLOOffsetMode parameter to NoOffset.
Members
| Name | Value | Description |
|---|---|---|
| Auto | 0 | Sets the signal bandwidth value to the NI-RFSG SignalBandwidth property, and resets the NI-RFSG UpconverterFrequencyOffset property. |
| NoOffset | 1 | Resets the values of the NI-RFSG SignalBandwidth and NI-RFSG UpconverterFrequencyOffset properties. |
| Disabled | 2 | Does not set the NI-RFSG SignalBandwidth property or reset the NI-RFSG UpconverterFrequencyOffset property. |