Returns the lower offset segment power measurements. Use "offset(n)" as the selector string to read parameters from this method.

Syntax

Namespace: NationalInstruments.RFmx.EvdoMX

public int FetchLowerOffsetPower(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.

timeoutdouble

Specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the method waits until the measurement is complete.

absoluteIntegratedPowerout double

Upon return, contains the lower (negative) offset segment power measured. This value is expressed in dBm.

relativeIntegratedPowerout double

Upon return, contains the power in the lower (negative) offset segment relative to the integrated power of the reference carrier. This value is expressed in dB.

absolutePeakPowerout double

Upon return, contains the peak power measured in the lower (negative) offset segment. The power is measured in dBm.

peakFrequencyout double

Upon return, contains the frequency at which the peak power occurred in the offset segment. This value is expressed in Hz.

relativePeakPowerout double

Upon return, contains the peak power in the lower (negative) offset segment relative to the integrated power of the reference carrier. 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.