Gets the carrier index for measured power that was used as reference to define the lower (negative) offset segment relative power. The reference carrier is the carrier that has an offset closest to the offset segment.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int GetLowerOffsetPowerReferenceCarrier(string selectorString, out int value)

Remarks

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

Parameters

NameTypeDescription
selectorStringstring

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

valueout int

Upon return, contains the carrier index for measured power that was used as reference to define the lower (negative) offset segment relative power. The reference carrier is the carrier that has an offset closest to the offset segment.

Returns

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