RFmxTdscdmaMXModulationType Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the modulation type of the user-defined channel. This method is used only when you set the SetChannelConfigurationMode(string, RFmxTdscdmaMXChannelConfigurationMode) method to UserDefined. Use "channel(n)" as the selector string to configure or read this method.
Syntax
Namespace: NationalInstruments.RFmx.TdscdmaMX
public enum RFmxTdscdmaMXModulationType
Members
| Name | Value | Description |
|---|---|---|
| ModulationTypeQpsk | 0 | Specifies quadrature-phase shift keying (QPSK) modulation type. |
| ModulationType8Psk | 1 | Specifies 8-phase shift keying (8-PSK) modulation type. |
| ModulationType16Qam | 2 | Specifies 16-quadrature amplitude modulation (16-QAM) modulation type. |