RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXModAccResults.FetchMidambleAndDataPower Method

  • Updated2024-07-17
  • 2 minute(s) read
RFmxTdscdmaMXModAccResults.FetchMidambleAndDataPower Method

RFmxTdscdmaMXModAccResultsFetchMidambleAndDataPower Method

Returns the power of the midamble and the data channel.

Namespace:  NationalInstruments.RFmx.TdscdmaMX
Assembly:  NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)

Syntax

public int FetchMidambleAndDataPower(
	string selectorString,
	double timeout,
	out double midamblePower,
	out double dataField1Power,
	out double dataField2Power
)
Public Function FetchMidambleAndDataPower ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef midamblePower As Double,
	<OutAttribute> ByRef dataField1Power As Double,
	<OutAttribute> ByRef dataField2Power As Double
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.
timeout
Type: SystemDouble
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.
midamblePower
Type: SystemDouble
Upon return, contains the power of the midamble, averaged over all measured slots. This value is expressed in dBm.
dataField1Power
Type: SystemDouble
Upon return, contains the power of the data field 1, averaged over all measured slots. This value is expressed in dBm.
dataField2Power
Type: SystemDouble
Upon return, contains the power of the data field 2, averaged over all measured slots. This value is expressed in dBm.

Return Value

Type: 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