RFmxLteMXUplinkSequenceHoppingEnabled Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXUplinkSequenceHoppingEnabled Enumeration
Specifies whether the base sequence number hopping for the demodulation reference signal (DMRS) is enabled, as defined in section 5.5.1.3 of the 3GPP TS 36.211 specification. This method is only applicable only when you set the SetPuschNumberOfResourceBlocks(String, Int32) method to a value greater than 5.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public enum RFmxLteMXUplinkSequenceHoppingEnabled
Public Enumeration RFmxLteMXUplinkSequenceHoppingEnabled
Members
| Member name | Value | Description | |
|---|---|---|---|
| False | 0 | The measurement uses zero as the base sequence number for all the slots. | |
| True | 1 | Calculates the base sequence number for each slot, as defined in the section 5.5.1.4 of 3GPP 36.211 specification. |