RFmx EVDO DotNET

Table of Contents

RFmxEvdoMX.ConfigureUplinkUserDefinedChannelArray Method

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

RFmxEvdoMXConfigureUplinkUserDefinedChannelArray Method

Configures the array of user defined channels in the EV-DO uplink.

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 ConfigureUplinkUserDefinedChannelArray(
	string selectorString,
	int[] uplinkWalshCodeLength,
	int[] uplinkWalshCodeNumber,
	RFmxEvdoMXUplinkBranch[] uplinkBranch
)
Public Function ConfigureUplinkUserDefinedChannelArray ( 
	selectorString As String,
	uplinkWalshCodeLength As Integer(),
	uplinkWalshCodeNumber As Integer(),
	uplinkBranch As RFmxEvdoMXUplinkBranch()
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
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