FetchUpperOffsetPower(string, double, out double, out double, out double, out double, out double)
- Updated2025-04-08
- 2 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | 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: |
timeout | double | 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. |
absoluteIntegratedPower | out double | Upon return, contains the power measured in the upper, or positive, offset segment. This value is expressed in dBm. |
relativeIntegratedPower | out 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. |
absolutePeakPower | out double | Upon return, contains an array of peak power values measured in the lower, or negative, offset segments This value is expressed in dBm. |
peakFrequency | out double | Upon return, contains the frequency corresponding to the upper offset segment peak power. This value is expressed in Hz. |
relativePeakPower | out 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.