Sets the spreading factor of the channel.

Syntax

Namespace: NationalInstruments.RFmx.WcdmaMX

public int SetSpreadingFactor(string selectorString, int value)

Remarks

This method sets the value of SpreadingFactor attribute.The default value is 256. Valid values are 2, 4, 8,16, 32, 64, 128, and 256.

Parameters

NameTypeDescription
selectorStringstring

Specifies the channel number and carrier number.
Example:
"carrier0" or
"carrier0/channel0".
You can use the BuildChannelString(string, int) method to build the selector string.

valueint

Specifies the spreading factor of the channel.

Returns

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