Configures the uplink scrambling type and the scrambling code.
Use "carrier(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int ConfigureUplinkScrambling(string selectorString, int uplinkScramblingCode, RFmxWcdmaMXUplinkScramblingType uplinkScramblingType)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of carrier number. Example:
"carrier0"
You can use the BuildCarrierString(string, int) method to build the selector string.

uplinkScramblingCodeint

Specifies the scrambling code for the uplink channel.

uplinkScramblingTypeRFmxWcdmaMXUplinkScramblingType

Specifies the type of scrambling to use for the measurement.

Returns

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