Sets the NPUSCH format. A value of 1 indicates that narrowband physical uplink shared channel (NPUSCH) carries user data (UL-SCH) and a value of 2 indicates that NPUSCH carries uplink control information.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetNPuschFormat(string selectorString, int value)

Remarks

This method sets the value of NPuschFormat attribute. The default value is 1.

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.

valueint

Specifies the NPUSCH format. A value of 1 indicates that narrowband physical uplink shared channel (NPUSCH) carries user data (UL-SCH) and a value of 2 indicates that NPUSCH carries uplink control information.

Returns

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