RFmx TDSCDMA DotNET

Table of Contents

RFmxTdscdmaMXModAccResults.GetDetectedChannelizationCode Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxTdscdmaMXModAccResults.GetDetectedChannelizationCode Method

RFmxTdscdmaMXModAccResultsGetDetectedChannelizationCode Method

Gets the channelization code of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result.

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 GetDetectedChannelizationCode(
	string selectorString,
	out int value
)
Public Function GetDetectedChannelizationCode ( 
	selectorString As String,
	<OutAttribute> ByRef value As Integer
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the result name and Channel number. Example: "Channel0", "result::r1/Channel0". You can use the BuildChannelString(String, Int32) method to build the selector string.
value
Type: SystemInt32
Upon return, contains the channelization code of the selected channel within the set of active channels. If the averaging is enabled, this method refers to the last averaging iteration. Use "channel(n)" as the selector string to read this result.

Return Value

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

Remarks

This method gets the value of ModAccResultsDetectedChannelizationCode attribute.

See Also

Log in to get a better experience