Configures the format of the narrowband physical uplink shared channel (NPUSCH).
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigureNPuschFormat(string selectorString, int format)

Parameters

NameTypeDescription
selectorStringstring

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

formatint

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

Returns

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