Configures the start and number of resource blocks allocated for the physical sidelink shared channel (PSSCH) allocation.
Use "carrier(k)" or "subblock(n)/carrier(k)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.LteMX

public int ConfigurePsschResourceBlocks(string selectorString, int resourceBlockOffset, int numberOfResourceBlocks)

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.

resourceBlockOffsetint

Specifies the starting resource block number of the PSSCH allocation.

numberOfResourceBlocksint

Specifies the number of consecutive resource blocks in the PSSCH allocation.

Returns

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