RFmxGsmMXModulationType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
Specifies the modulation scheme used for the signal. Use "slot(n)" as the selector string to configure or read this method.
Namespace: NationalInstruments.RFmx.GsmMX
Assembly: NationalInstruments.RFmx.GsmMX.Fx40 (in NationalInstruments.RFmx.GsmMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public enum RFmxGsmMXModulationType
Public Enumeration RFmxGsmMXModulationType
Members
| Member name | Value | Description |
|---|---|---|
| ModulationTypeGmsk | 0 | The modulation type is Gaussian minimum shift keying. This value is valid only when you set the SetBurstType(String, RFmxGsmMXBurstType) method to NB. |
| ModulationType8Psk | 1 | The modulation type is 8-PSK. This value is valid only when you set the Burst Type method to NB. |
| ModulationTypeQpsk | 2 | The modulation type is QPSK. This value is valid only when you set the Burst Type method to HB. |
| ModulationType16Qam | 3 | The modulation type is 16-QAM. |
| ModulationType32Qam | 4 | The modulation type is 32-QAM. |