RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXModAccResults.FetchDetectedChannel Method

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

RFmxTdscdmaMXModAccResultsFetchDetectedChannel Method

Returns a detected channel by its channel name.
Use "channel(n)" as the selector string to read results from this method.
If the averaging is enabled, the detected channels of the last averaging operation can be retrieved.

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 FetchDetectedChannel(
	string selectorString,
	double timeout,
	out int detectedSlotIndex,
	out int detectedSpreadingFactor,
	out RFmxTdscdmaMXModAccDetectedModulationType detectedModulationType,
	out int detectedChannelizationCode
)
Public Function FetchDetectedChannel ( 
	selectorString As String,
	timeout As Double,
	<OutAttribute> ByRef detectedSlotIndex As Integer,
	<OutAttribute> ByRef detectedSpreadingFactor As Integer,
	<OutAttribute> ByRef detectedModulationType As RFmxTdscdmaMXModAccDetectedModulationType,
	<OutAttribute> ByRef detectedChannelizationCode As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of the result name, and channel number. 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.
detectedSlotIndex
Type: SystemInt32
Upon return, contains the slot index of the detected channel.
detectedSpreadingFactor
Type: SystemInt32
Upon return, contains the spreading factor of the detected channel.
detectedModulationType
Type: NationalInstruments.RFmx.TdscdmaMXRFmxTdscdmaMXModAccDetectedModulationType
Upon return, contains the modulation type for the detected channel.
detectedChannelizationCode
Type: SystemInt32
Upon return, contains the channelization code of the detected channel.

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