RFmxEvdoMXUplinkDataModulationType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Defines the modulation of the data channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxEvdoMXChannelConfigurationMode) method to UserDefined.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public enum RFmxEvdoMXUplinkDataModulationType
Members
| Name | Value | Description |
|---|---|---|
| Auto | 0 | Specifies that the measurement automatically detects the modulation type. |
| DataChannelAbsent | 1 | Specifies that the data channel is absent. |
| B4 | 2 | Specifies binary phase shift keying (BPSK) with the Walsh function W(4,2). |
| Q4 | 3 | Specifies quadrature phase shift keying (QPSK) with the Walsh function W(4,2). |
| Q2 | 4 | Specifies QPSK with the Walsh function W(2,1). |
| Q4Q2 | 5 | Specifies QPSK with the Walsh functions W(4,2) and W(2,1). |
| E4E2 | 6 | Specifies 8-bit phase shift keying (8-PSK) with the Walsh functions W(4,2) and W(2,1). |