ConfigurePsschResourceBlocks(string, int, int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies a selector string comprising of the signal name, subblock number and carrier number. Example: |
resourceBlockOffset | int | Specifies the starting resource block number of the PSSCH allocation. |
numberOfResourceBlocks | int | 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.