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

NameTypeDescription
selectorStringstring

Specifies the carrier number and subblock number.
Example:
"subblock0" or
"subblock0/carrier0".
You can use the BuildCarrierString(string, int) method to build the selector string.

valueRFmxLteMXUplinkSequenceHoppingEnabled

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.