ConfigureMeasurementChannel(string, int, int, RFmxCdma2kMXCdaMeasurementChannelBranch)
- Updated2025-10-13
- 1 minute(s) read
Configures the spreading factor, spreading code, modulation type, and branch of the channel to be measured.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public int ConfigureMeasurementChannel(string selectorString, int walshCodeLength, int walshCodeNumber, RFmxCdma2kMXCdaMeasurementChannelBranch branch)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| walshCodeLength | int | Specifies the Walsh code length of a channel subject to channel specific analysis. |
| walshCodeNumber | int | Specifies the Walsh code number of a channel subject to channel specific analysis. |
| branch | RFmxCdma2kMXCdaMeasurementChannelBranch | Specifies the branch of a channel subject to channel specific analysis. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.