RFmxSpecAnMXAcpOffsetPowerReferenceCarrier Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the carrier to be used as power reference to measure the offset channel relative power. The offset channel power is measured only if you set the SetOffsetPowerReferenceCarrier(string, RFmxSpecAnMXAcpOffsetPowerReferenceCarrier) method to Active.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXAcpOffsetPowerReferenceCarrier
Members
| Name | Value | Description |
|---|---|---|
| Closest | 0 | The measurement uses the power measured in the carrier closest to the offset channel center frequency, as the power reference. |
| Highest | 1 | The measurement uses the highest power measured among all the active carriers as the power reference. |
| Composite | 2 | The measurement uses the sum of powers measured in all the active carriers as the power reference. |
| Specific | 3 | The measurement uses the power measured in the carrier that has an index specified by the SetOffsetPowerReferenceSpecific(string, int) method, as the power reference. |