RFmx WCDMA DotNET

RFmxWcdmaMXSemResults.FetchUpperOffsetPowerArray Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxWcdmaMXSemResults.FetchUpperOffsetPowerArray Method

RFmxWcdmaMXSemResultsFetchUpperOffsetPowerArray Method

Returns an array of the absolute integrated powers and an array of the relative integrated powers, an array of the absolute peak powers and an array of the relative peak powers, and an array of the frequencies corresponding to peak absolute powers for upper offset segments for the SEM measurement. All relative powers are relative to the total carrier power.

Namespace: NationalInstruments.RFmx.WcdmaMX
Assembly: NationalInstruments.RFmx.WcdmaMX.Fx40 (in NationalInstruments.RFmx.WcdmaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public int FetchUpperOffsetPowerArray(
	string selectorString,
	double timeout,
	ref double[] absoluteIntegratedPower,
	ref double[] relativeIntegratedPower,
	ref double[] absolutePeakPower,
	ref double[] peakFrequency,
	ref double[] relativePeakPower
)
Public Function FetchUpperOffsetPowerArray ( 
	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. Example:
""
"result::r1"
You can use the BuildResultString(String) method to build the selector string.
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  Double
Upon return, contains an array of the powers measured in the upper, or positive, offset segments. This value is expressed in dBm.
relativeIntegratedPower  Double
Upon return, contains an array of powers measured in the upper, or positive, offset segments relative to the GetTotalCarrierPower(String, Double) method. This value is expressed in dB.
absolutePeakPower  Double
Upon return, contains an array of peak power values measured in the upper, or positive, offset segments. This value is expressed in dBm.
peakFrequency  Double
Upon return, contains an array of frequencies at which the peak power is observed in the upper, or positive, offset segments. This value is expressed in Hz.
relativePeakPower  Double
Upon return, contains an array of peak power values measured in the upper, or positive, offset segments relative to the SEM Results Total Carrier Pwr method.

Return Value

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

See Also

Log in to get a better experience