SetNPuschFormat(string, int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the carrier number and subblock number. |
value | int | 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.