RFmxSpecAnMXDpdPreDpdCfrEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether to enable the crest factor reduction (CFR) when applying pre-DPD signal conditioning.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXDpdPreDpdCfrEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | Disables the CFR. The NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXDpdPreDpd.ApplyPreDpdSignalConditioning(string,NationalInstruments.ComplexWaveform<NationalInstruments.ComplexSingle>,NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXDpdApplyDpdIdleDurationPresent,NationalInstruments.ComplexWaveform<NationalInstruments.ComplexSingle>@,out double) function returns an error when the CFR is disabled. |
| True | 1 | Enables the CFR. |