Fetches the integrated absolute and relative powers, absolute and relative peak powers, and the frequency at the absolute peak power of the upper offset segment for the SEM measurement. The relative power is relative to the total carrier power.
Use "offset(n)" as the selector string to read results from this method.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int FetchUpperOffsetPower(string selectorString, double timeout, out double absoluteIntegratedPower, out double relativeIntegratedPower, out double absolutePeakPower, out double peakFrequency, out double relativePeakPower)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and offset number. If you do not specify the result name, the default result instance is used. Example:
"offset0"
"result::r1/offset0"
You can use the BuildOffsetString(string, int) method to build the selector string.

timeoutdouble

Specifies the time for which the method waits for the measurement to complete. This value is expressed in seconds. A value of -1 specifies that the method waits until the measurement is complete.

absoluteIntegratedPowerout double

Upon return, contains the power measured in the upper, or positive, offset segment. This value is expressed in dBm.

relativeIntegratedPowerout double

Upon return, contains the power measured in the upper, or positive, offset segment relative to the GetTotalCarrierPower(string, out double) method. This value is expressed in dB.

absolutePeakPowerout double

Upon return, contains an array of peak power values measured in the lower, or negative, offset segments This value is expressed in dBm.

peakFrequencyout double

Upon return, contains the frequency corresponding to the upper offset segment peak power. This value is expressed in Hz.

relativePeakPowerout double

Upon return, contains the peak power measured in the upper, or positive, offset segment relative to the SEM Results Total Carrier Pwr method. This value is expressed in dB.

Returns

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