GetOffsetPowerReferenceSpecific(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the index of the carrier used as the reference carrier. The power measured in this carrier is used as the power reference for measuring the offset channel relative power when you set the SetOffsetPowerReferenceCarrier(string, RFmxEvdoMXAcpOffsetPowerReferenceCarrier) method to Specific.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int GetOffsetPowerReferenceSpecific(string selectorString, out int value)
Remarks
This method gets the value of AcpOffsetPowerReferenceSpecific attribute.The default value is 0.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out int | Upon return, contains the index of the carrier used as the reference carrier. The power measured in this carrier is used as the power reference for measuring the offset channel relative power when you set the SetOffsetPowerReferenceCarrier(string, RFmxEvdoMXAcpOffsetPowerReferenceCarrier) method to Specific. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.