RFmxCdma2kMXModAccDetectedBranch Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
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.
Namespace: NationalInstruments.RFmx.Cdma2kMX
Assembly: NationalInstruments.RFmx.Cdma2kMX.Fx40 (in NationalInstruments.RFmx.Cdma2kMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxCdma2kMXModAccDetectedBranch
Public Enumeration RFmxCdma2kMXModAccDetectedBranch
Members
Member 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. |