RFmx LTE DotNET

Table of Contents

RFmxLteMXComponentCarrier.SetPdschResourceBlockAllocation Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXComponentCarrier.SetPdschResourceBlockAllocation Method

RFmxLteMXComponentCarrierSetPdschResourceBlockAllocation Method

Sets the resource blocks of the physical downlink shared channel (PDSCH) allocation.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int SetPdschResourceBlockAllocation(
	string selectorString,
	string value
)
Public Function SetPdschResourceBlockAllocation ( 
	selectorString As String,
	value As String
) As Integer

Parameters

selectorString
Type: SystemString
Specifies the subblock number, carrier number, subframe number and pdsch number.
Example:
"pdsch0" or
"subframe0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/subframe0/pdsch0".
You can use the BuildPdschString(String, Int32) method to build the selector string.
value
Type: SystemString
Specifies the resource blocks of the physical downlink shared channel (PDSCH) allocation.

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 PdschResourceBlockAllocation attribute.The default value is 0-49.

See Also

Log in to get a better experience