SetSpreadingFactor(string, int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the channel number and carrier number. |
value | int | 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.