Sets the number of consecutive resource blocks of CORESET cluster.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int SetCoresetNumberOfResourceBlocks(string selectorString, int value)

Remarks

This method sets the value of CoresetNumberOfResourceBlocks attribute.The value should be a multiple of 6. The default value is -1. If you set this property to the default value, all available resource blocks within the bandwidth part are configured.

Parameters

NameTypeDescription
selectorStringstring

Specifies the subblock number, carrier number, bwp number, coreset number and coresetcluster number.
Example:
"coresetcluster0" or
"coreset0" or
"bwp0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/bwp0/coreset0/coresetcluster0".
You can use the BuildCoresetClusterString(string, int) method to build the selector string.

valueint

Specifies the number of consecutive resource blocks of CORESET cluster.

Returns

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