Gets the RBG bundle size of CORESET for interleaved CCE to REG mapping.

Syntax

Namespace: NationalInstruments.RFmx.NRMX

public int GetCoresetRegBundleSize(string selectorString, out int value)

Remarks

This method gets the value of CoresetRegBundleSize attribute.The default value is 6. For interleaved Mapping Type, the valid values are 2, 3, and 6. For non-interleaved Mapping Type, the valid value is 6.

Parameters

NameTypeDescription
selectorStringstring

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

valueout int

Upon return, contains the RBG bundle size of CORESET for interleaved CCE to REG mapping.

Returns

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