GetCoresetRegBundleSize(string, out int)
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the subblock number, carrier number, bwp number and coreset number. |
value | out 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.