Specifies whether to compute and apply the headroom of the predistorted waveform or to apply the value specified by GetHeadroom(string, out double) on the predistorted waveform.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public enum RFmxSpecAnMXDpdApplyDpdHeadroomMode

Members

NameValueDescription
Off0

The measurement returns the predistorted waveform without applying headroom.

Auto1

The measurement returns the predistorted waveform after computing and applying the headroom.

Manual2

The measurement returns the predistorted waveform after applying the headroom that you specify in the SetHeadroom(string, double) method.