RFmxSpecAnMXIMAmplitudeCorrectionType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies whether the amplitude of the frequency bins, used in the measurement, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the _RFmxInstrCfgExternalAttenuationTable function to configure the external attenuation table.
Namespace: NationalInstruments.RFmx.SpecAnMX
Assembly: NationalInstruments.RFmx.SpecAnMX.Fx40 (in NationalInstruments.RFmx.SpecAnMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxSpecAnMXIMAmplitudeCorrectionType
Public Enumeration RFmxSpecAnMXIMAmplitudeCorrectionType
Members
| Member name | Value | Description |
|---|---|---|
| RFCenterFrequency | 0 | All the frequency bins in the spectrum are compensated with a single external attenuation value that corresponds to the RF center frequency. |
| SpectrumFrequencyBin | 1 | An Individual frequency bin in the spectrum is compensated with the external attenuation value corresponding to that frequency. |