SetWalshCodeLength(string, int)
- Updated2025-10-13
- 1 minute(s) read
Sets the Walsh code length of a specific user-defined channel. This value is expressed in chips. This method is used only when you set the SetChannelConfigurationMode(string, RFmxCdma2kMXChannelConfigurationMode) method to UserDefined.Use "channel(n)" as the Selector Strings to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int SetWalshCodeLength(string selectorString, int value)
Remarks
This method sets the value of WalshCodeLength attribute.The default value is 64.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the channel number. |
| value | int | Specifies the Walsh code length of a specific user-defined channel. This value is expressed in chips. This method is used only when you set the SetChannelConfigurationMode(string, RFmxCdma2kMXChannelConfigurationMode) method to UserDefined.Use "channel(n)" as the Selector Strings to configure or read this method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.