GetBranch(string, out RFmxCdma2kMXBranch)
- Updated2025-10-13
- 1 minute(s) read
Gets the branch on which a specific user-defined channel is mapped. 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 GetBranch(string selectorString, out RFmxCdma2kMXBranch value)
Remarks
This method gets the value of Branch attribute.The default value is I.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the channel number. |
| value | out RFmxCdma2kMXBranch | Upon return, contains the branch on which a specific user-defined channel is mapped. 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.