Sets whether the sequence group number hopping for demodulation reference signal (DMRS) is enabled, as defined in section 5.5.1.3 of the 3GPP TS 36.211 specification.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetUplinkGroupHoppingEnabled(string selectorString, RFmxLteMXUplinkGroupHoppingEnabled value)

Remarks

This method sets the value of UplinkGroupHoppingEnabled 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.

valueRFmxLteMXUplinkGroupHoppingEnabled

Specifies whether the sequence group number hopping for demodulation reference signal (DMRS) is enabled, as defined in section 5.5.1.3 of the 3GPP TS 36.211 specification.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.