GetSpreadingFactor(string, out int)
- Updated2025-04-08
- 1 minute(s) read
Gets the spreading factor of the channel.
Syntax
Namespace: NationalInstruments.RFmx.WcdmaMX
public int GetSpreadingFactor(string selectorString, out int value)
Remarks
This method gets 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 | out int | Upon return, contains 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.