RFmx NR DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx NR DotNET...RFmxNRMXComponentCarrier ClassRFmxNRMXComponentCarrier.SetPdschMappingType MethodCurrent page
Table of Contents

RFmxNRMXComponentCarrier.SetPdschMappingType Method

RFmxNRMXComponentCarrier.SetPdschMappingType Method

RFmxNRMXComponentCarrierSetPdschMappingType Method

Sets the mapping type of DMRS.

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 SetPdschMappingType(
	string selectorString,
	RFmxNRMXPdschMappingType value
)
Public Function SetPdschMappingType ( 
	selectorString As String,
	value As RFmxNRMXPdschMappingType
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the subblock number, carrier number, bwp number, user number and pdsch number.
Example:
"pdsch0" or
"user0" or
"bwp0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/bwp0/user0/pdsch0".
You can use the BuildPdschString(String, Int32) method to build the selector string.
value
Type: NationalInstruments.RFmx.NRMXRFmxNRMXPdschMappingType
Specifies the mapping type of DMRS.

Return Value

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

Remarks

This method sets the value of PdschMappingType attribute.The default value is TypeA.

See Also

In This Section
Was this information helpful?