FetchLowerOffsetPower(string, double, out double, out double, out double, out double, out double)
- Updated2025-04-08
- 1 minute(s) read
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
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. |
timeout | double | 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. |
absoluteIntegratedPower | out double | Upon return, contains the lower (negative) offset segment power measured. This value is expressed in dBm. |
relativeIntegratedPower | out 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. |
absolutePeakPower | out double | Upon return, contains the peak power measured in the lower (negative) offset segment. The power is measured in dBm. |
peakFrequency | out double | Upon return, contains the frequency at which the peak power occurred in the offset segment. This value is expressed in Hz. |
relativePeakPower | out 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.