RFmxCdma2kMXModAccDetectedBranch Enumeration
- Updated2025-10-13
- 1 minute(s) read
Returns the branch of the detected channel. If you set the SetChannelConfigurationMode(string, RFmxCdma2kMXChannelConfigurationMode) method to UserDefined, the method returns the branch of the configured channel.Use "channel(n)" as the Selector Strings to read this method.
Syntax
Namespace: NationalInstruments.RFmx.Cdma2kMX
public enum RFmxCdma2kMXModAccDetectedBranch
Members
| Name | Value | Description |
|---|---|---|
| I | 0 | The signal modulated on the in-phase branch. |
| Q | 1 | The signal modulated on the quadrature branch. |
| IAndQ | 2 | The signal modulated on the in-phase branch and quadrature branch. |