RFmxCdma2kMXSemResults.FetchLowerOffsetPowerArray Method
- Updated2024-07-17
- 2 minute(s) read
RFmx
Returns the arrays of lower offset segment power measurements.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public int FetchLowerOffsetPowerArray( string selectorString, double timeout, ref double[] absoluteIntegratedPower, ref double[] relativeIntegratedPower, ref double[] absolutePeakPower, ref double[] peakFrequency, ref double[] relativePeakPower )
Public Function FetchLowerOffsetPowerArray ( selectorString As String, timeout As Double, ByRef absoluteIntegratedPower As Double(), ByRef relativeIntegratedPower As Double(), ByRef absolutePeakPower As Double(), ByRef peakFrequency As Double(), ByRef relativePeakPower As Double() ) As Integer
Parameters
- selectorString String
- Specifies a selector string comprising of the result name. 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 Double
-
Upon return, contains the array of lower (negative) offset segment powers measured.
- relativeIntegratedPower Double
-
Upon return, contains the array of powers in each lower (negative) offset segment relative to the carrier absolute integrated power.
- absolutePeakPower Double
-
Upon return, contains the array of peak powers measured in each lower (negative) offset segment. The power is measured in dBm.
- peakFrequency Double
-
Upon return, contains the array of frequencies at which the peak power occurred in each offset segment. This value is expressed in Hz.
- relativePeakPower Double
-
Upon return, contains the array of peak powers in the lower (negative) offset segment relative to the carrier absolute integrated power.
Return Value
Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.