RFmxLteMXAutoDmrsDetectionEnabled Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies whether you configure the values of the demodulation reference signal (DMRS) parameters, such as SetUplinkGroupHoppingEnabled(string, RFmxLteMXUplinkGroupHoppingEnabled), SetUplinkSequenceHoppingEnabled(string, RFmxLteMXUplinkSequenceHoppingEnabled), SetCellId(string, int), SetPuschNDmrs1(string, int), SetPuschNDmrs2(string, int), and SetPuschDeltaSequenceShift(string, int) properties, or if the values of these properties are auto-detected by the measurement.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXAutoDmrsDetectionEnabled
Members
| Name | Value | Description |
|---|---|---|
| False | 0 | The user-specified DMRS parameters are used. |
| True | 1 | The values of the DMRS parameters are automatically detected. Measurement returns an error if you set the SetSynchronizationMode(string, RFmxLteMXModAccSynchronizationMode) method to Frame, since it is not possible to get the frame boundary when the RFmx driver detects DMRS parameters automatically. |