RFmxSpecAnMXDpdApplyDpdHeadroomMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Value | Description |
|---|---|---|
| Off | 0 | The measurement returns the predistorted waveform without applying headroom. |
| Auto | 1 | The measurement returns the predistorted waveform after computing and applying the headroom. |
| Manual | 2 | The measurement returns the predistorted waveform after applying the headroom that you specify in the SetHeadroom(string, double) method. |