RFmx EVDO DotNET

Table of Contents

RFmxEvdoMX.ConfigureUplinkUserDefinedChannel Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxEvdoMX.ConfigureUplinkUserDefinedChannel Method

RFmxEvdoMXConfigureUplinkUserDefinedChannel Method

Configures a user defined channel in the EV-DO uplink specified by the selector string. Use "channel(n)" as the selector string to configure this method.

Namespace:  NationalInstruments.RFmx.EvdoMX
Assembly:  NationalInstruments.RFmx.EvdoMX.Fx40 (in NationalInstruments.RFmx.EvdoMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int ConfigureUplinkUserDefinedChannel(
	string selectorString,
	int uplinkWalshCodeLength,
	int uplinkWalshCodeNumber,
	RFmxEvdoMXUplinkBranch uplinkBranch
)
Public Function ConfigureUplinkUserDefinedChannel ( 
	selectorString As String,
	uplinkWalshCodeLength As Integer,
	uplinkWalshCodeNumber As Integer,
	uplinkBranch As RFmxEvdoMXUplinkBranch
) As Integer

Parameters

selectorString
Type: SystemString
Specifies a selector string comprising of channel number.
uplinkWalshCodeLength
Type: SystemInt32
Specifies the Walsh code length of a specific user-defined channel.
uplinkWalshCodeNumber
Type: SystemInt32
Specifies the Walsh code number of a specific user-defined channel.
uplinkBranch
Type: NationalInstruments.RFmx.EvdoMXRFmxEvdoMXUplinkBranch
Specifies the quadrature branch on which a specific user-defined channel is mapped.

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