Configures the power reference to use for measuring the relative power of the offset channel.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureOffsetPowerReferenceArray(string selectorString, RFmxSpecAnMXAcpOffsetPowerReferenceCarrier[] offsetPowerReferenceCarrier, int[] offsetPowerReferenceSpecific)

Remarks

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

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

offsetPowerReferenceCarrierRFmxSpecAnMXAcpOffsetPowerReferenceCarrier[]

Specifies the array of carriers to be used as power reference to measure offset channel relative power. The offset channel power is measured only if you set the carrier mode of the RFmxSpecAnMXAcpOffsetPowerReferenceCarrier to Active.

offsetPowerReferenceSpecificint[]

Specifies the array of carrier indexes to use as the reference carrier for each offset channel. The power measured in this carrier is used as the power reference for measuring the offset channel relative power, when you set the RFmxSpecAnMXAcpOffsetPowerReferenceCarrier to Specific.

Returns

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