Sets the carrier index, for which the measured power is the power reference for the offset channel relative power, when you set the RFmxSpecAnMXAcpOffsetPowerReferenceCarrier method to Specific.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int SetOffsetPowerReferenceSpecific(string selectorString, int value)

Remarks

This method maps to the RFmxSpecAn_ACPSetOffsetPowerReferenceSpecific() function in C.

Parameters

NameTypeDescription
selectorStringstring

Specifies the offset number. Example: "offset0". You can use the BuildOffsetString2(string, int) method to build the selector string.

valueint

Specifies the index of the carrier to be 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 RFmxSpecAnMXAcpOffsetPowerReferenceCarrier method to Specific.

Returns

Returns the status code of this method. The status code either indicates success or describes an error or warning condition.