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

Note

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

NameValueDescription
Auto0

Sets the signal bandwidth value to the NI-RFSG SignalBandwidth property, and resets the NI-RFSG UpconverterFrequencyOffset property.

NoOffset1

Resets the values of the NI-RFSG SignalBandwidth and NI-RFSG UpconverterFrequencyOffset properties.

Disabled2

Does not set the NI-RFSG SignalBandwidth property or reset the NI-RFSG UpconverterFrequencyOffset property.