SetUplinkSequenceHoppingEnabled(string, RFmxLteMXUplinkSequenceHoppingEnabled)
- Updated2025-04-08
- 1 minute(s) read
Sets 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, int) method to a value greater than 5.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int SetUplinkSequenceHoppingEnabled(string selectorString, RFmxLteMXUplinkSequenceHoppingEnabled value)
Remarks
This method sets the value of UplinkSequenceHoppingEnabled attribute. The default value is False.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the carrier number and subblock number. |
value | RFmxLteMXUplinkSequenceHoppingEnabled | 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, int) method to a value greater than 5. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.