RFmxEvdoMXAcpOffsetPowerReferenceCarrier Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the carrier number that is used as the power reference to measure the offset channel relative power.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public enum RFmxEvdoMXAcpOffsetPowerReferenceCarrier
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. |