RFMXWCDMA_ATTR_MODACC_RESULTS_DETECTED_MODULATION_TYPE
- Updated2025-04-08
- 1 minute(s) read
Returns the modulation type of the detected channel.
Syntax
RFMXWCDMA_ATTR_MODACC_RESULTS_DETECTED_MODULATION_TYPE
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
5312552 | int32 | Read-Only | Channel |
Remarks
If the RFMXWCDMA_ATTR_CHANNEL_CONFIGURATION_MODE attribute is set to User Defined or Test Model, the ModAcc Results Detected Mod Type attribute returns the modulation type of the configured channel of a carrier.
Use "carrier<n>/channel<k>" as the selector string to read this result.
Name | Value | Description |
---|---|---|
RFMXWCDMA_VAL_MODACC_DETECTED_MODULATION_TYPE_BPSK_QPSK | 0 (0x0) | The modulation type is BPSK. |
RFMXWCDMA_VAL_MODACC_DETECTED_MODULATION_TYPE_4PAM_16QAM | 1 (0x1) | The modulation type is 4-PAM. |
RFMXWCDMA_VAL_MODACC_DETECTED_MODULATION_TYPE_64QAM | 2 (0x2) | The modulation type is 64-QAM. |