RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXModAccResults.FetchDataActiveCde Method

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

RFmxTdscdmaMXModAccResultsFetchDataActiveCde Method

Returns the peak value among the code domain errors (CDEs) of the active channels, as well as the code number, spreading factor, and branch that correspond to this peak value.

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 FetchDataActiveCde(
	string selectorString,
	double timeout,
	out double maximumPeakDataActiveCde,
	out int peakDataActiveCdeSpreadingFactor,
	out int peakDataActiveCdeCode,
	out int peakDataActiveCdeNumberOfChannels
)
Public Function FetchDataActiveCde ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef maximumPeakDataActiveCde As Double,
	<OutAttribute> ByRef peakDataActiveCdeSpreadingFactor As Integer,
	<OutAttribute> ByRef peakDataActiveCdeCode As Integer,
	<OutAttribute> ByRef peakDataActiveCdeNumberOfChannels As Integer
) 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.
maximumPeakDataActiveCde
Type: SystemDouble
Upon return, contains the maximum value of the peak data active CDEs among all active physical channels, active time slotsand averaging iterations. This value is expressed in dB.
peakDataActiveCdeSpreadingFactor
Type: SystemInt32
Upon return, contains the spreading factor used for retrieving the peak CDE of the active physical channel corresponding to measured value of the Maximum Peak Data Active CDE method.
peakDataActiveCdeCode
Type: SystemInt32
Upon return, contains the peak channelization code of the channel corresponding to the measured value of the Maximum Peak Data Active CDE method.
peakDataActiveCdeNumberOfChannels
Type: SystemInt32
Upon return, contains the number of channels used to determine the peak active CDE.

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