RFmx CDMA2K DotNET

Table of Contents

RFmxCdma2kMX.ConfigureUserDefinedChannel Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxCdma2kMX.ConfigureUserDefinedChannel Method

RFmxCdma2kMXConfigureUserDefinedChannel Method

Configures an individual user-defined channel when the channel configuration mode is set to userDefined.
Use "channel(n)" as the selector string to configure this method.
A channel is defined by the Walsh code length and number and the quadrature branch on which it is mapped.

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

Syntax

public int ConfigureUserDefinedChannel(
	string selectorString,
	int walshCodeLength,
	int walshCodeNumber,
	RFmxCdma2kMXBranch branch
)
Public Function ConfigureUserDefinedChannel ( 
	selectorString As String,
	walshCodeLength As Integer,
	walshCodeNumber As Integer,
	branch As RFmxCdma2kMXBranch
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of channel number.
walshCodeLength  Int32
Specifies the Walsh code length of a specific user-defined channel.
walshCodeNumber  Int32
Specifies the Walsh code number of a specific user-defined channel.
branch  RFmxCdma2kMXBranch
Specifies the branch on which a specific user-defined channel is mapped.

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