RFmxNRMXComponentCarrier.SetCoresetCceToRegMappingType Method
- Updated2024-07-17
- 1 minute(s) read
RFmxNRMXComponentCarrierSetCoresetCceToRegMappingType Method
Sets the CCE-to-REG mapping type of CORESET.
Namespace: NationalInstruments.RFmx.NRMX
Assembly: NationalInstruments.RFmx.NRMX.Fx40 (in NationalInstruments.RFmx.NRMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int SetCoresetCceToRegMappingType( string selectorString, RFmxNRMXCoresetCceToRegMappingType value )
Public Function SetCoresetCceToRegMappingType ( selectorString As String, value As RFmxNRMXCoresetCceToRegMappingType ) As Integer
Parameters
- selectorString
- Type: SystemString
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, Int32) method to build the selector string. - value
- Type: NationalInstruments.RFmx.NRMXRFmxNRMXCoresetCceToRegMappingType
Specifies the CCE-to-REG mapping type of CORESET.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.
Remarks
This method sets the value of CoresetCceToRegMappingType attribute.The default value is Non-Interleaved.