RFmxEvdoMXUplinkBranch Enumeration
- Updated2025-04-08
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public enum RFmxEvdoMXUplinkBranch
Members
Name | Value | Description |
---|---|---|
I | 0 | Specifies the in-phase component. |
Q | 1 | Specifies the quadrature component. |
IAndQ | 2 | Specifies both the in-phase component and the quadrature component. |