RFmx NR DotNET

Table of Contents

RFmxNRMXComponentCarrier.SetPdschResourceBlockOffset Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxNRMXComponentCarrier.SetPdschResourceBlockOffset Method

RFmxNRMXComponentCarrierSetPdschResourceBlockOffset Method

Sets the starting resource block number of a PDSCH cluster.

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

Parameters

selectorString
Type: SystemString
Specifies the subblock number, carrier number, bwp number, user number, pdsch number and pdschcluster number.
Example:
"pdschcluster0" or
"pdsch0" or
"user0" or
"bwp0" or
"carrier0" or
"subblock0" or
"subblock0/carrier0/bwp0/user0/pdsch0/pdschcluster0".
You can use the BuildPdschClusterString(String, Int32) method to build the selector string.
value
Type: SystemInt32
Specifies the starting resource block number of a PDSCH cluster.

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

See Also

Log in to get a better experience