SetUplinkBranch(string, RFmxEvdoMXUplinkBranch)
- Updated2025-04-08
- 1 minute(s) read
Sets the quadrature branch on which a specific user defined-channel is mapped. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" as the Selector Strings to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int SetUplinkBranch(string selectorString, RFmxEvdoMXUplinkBranch value)
Remarks
This method sets the value of UplinkBranch attribute.The default value is I.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the channel number. |
value | RFmxEvdoMXUplinkBranch | Specifies the quadrature branch on which a specific user defined-channel is mapped. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined. Use "channel<em>(n)</em>" 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.