GetOffsetPowerReferenceSpecific(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets the carrier index, for which the measured power is the power reference for the offset channel relative power.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetOffsetPowerReferenceSpecific(string selectorString, out int value)
Remarks
This method maps to the RFmxSpecAn_ACPGetOffsetPowerReferenceSpecific() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the offset number. Example: "offset0". You can use the BuildOffsetString2(string, int) method to build the selector string. |
| value | out int | Upon return, contains the index of the carrier to be used as the reference carrier. |
Returns
Returns the status code of this method. The status code either indicates success or describes an error or warning condition.