RFmxLteMXChpAmplitudeCorrectionType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the amplitude of the frequency bins, used in measurements, is corrected for external attenuation at the RF center frequency, or at the individual frequency bins. Use the RFmxInstr_CfgExternalAttenuationTable function to configure the external attenuation table.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXChpAmplitudeCorrectionType
Members
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. |