Sets the resource blocks of the physical downlink shared channel (PDSCH) allocation.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int SetPdschResourceBlockAllocation(string selectorString, string value)

Remarks

This method sets the value of PdschResourceBlockAllocation attribute.The default value is 0-49.

Parameters

NameTypeDescription
selectorStringstring

Specifies the subblock number, carrier number, subframe number and pdsch number.
Example:
"pdsch0" or
"subframe0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/subframe0/pdsch0".
You can use the BuildPdschString(string, int) method to build the selector string.

valuestring

Specifies the resource blocks of the physical downlink shared channel (PDSCH) allocation.

Returns

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