RFmxSpecAnMXAmpmCompressionPointGainReference Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the gain reference for compression point calculation.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXAmpmCompressionPointGainReference
Members
| Name | Value | Description |
|---|---|---|
| Auto | 0 | "Measurement computes the gain reference to be used for compression point calculation. The computed gain reference is also returned as <see cref="NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXPropertyId.AmpmResultsMeanLinearGain" creftype="PartiallyQualified" /> result." |
| ReferencePower | 1 | "Measurement uses the gain corresponding to the reference power that you specify for the <see cref="NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXPropertyId.AmpmCompressionPointGainReferencePower" creftype="PartiallyQualified" /> attribute as gain reference. The reference power can be configured as either input or output power based on the value of the <see cref="NationalInstruments.RFmx.SpecAnMX.RFmxSpecAnMXPropertyId.AmpmReferencePowerType" creftype="PartiallyQualified" /> attribute." |
| MaxGain | 2 | Measurement uses the maximum gain as gain reference for compression point calculation. |
| UserDefined | 3 | Measurement uses the gain that you specify for the SetCompressionPointUserGain(string, double) method as gain reference for compression point calculation. |