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