Sets whether the group hopping is enabled for narrowband physical uplink shared channel (NPUSCH) DMRS. This method is valid only when the SetNPuschFormat(string, int) is 1.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetNPuschDmrsGroupHoppingEnabled(string selectorString, RFmxLteMXNPuschDmrsGroupHoppingEnabled value)

Remarks

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

valueRFmxLteMXNPuschDmrsGroupHoppingEnabled

Specifies whether the group hopping is enabled for narrowband physical uplink shared channel (NPUSCH) DMRS. This method is valid only when the SetNPuschFormat(string, int) is 1.

Returns

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