RFmxCdma2kMXBranch Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies 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 enum RFmxCdma2kMXBranch
Members
| Name | Value | Description |
|---|---|---|
| I | 0 | Specifies the in-phase branch. |
| Q | 1 | Specifies the quadrature branch. |
| IAndQ | 2 | Specifies the in-phase and quadrature branch. |