RFmx LTE DotNET

Table of Contents

RFmxLteMXComponentCarrier.SetPuschNumberOfResourceBlocks Method

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

RFmxLteMXComponentCarrierSetPuschNumberOfResourceBlocks Method

Sets the number of consecutive resource blocks in a physical uplink shared channel (PUSCH) cluster.

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

Parameters

selectorString
Type: SystemString
Specifies the carrier number, subblock number and cluster number.
Example:
"carrier0" or
"subblock0" or
"cluster0" or
"subblock0/carrier0/cluster0".
You can use the BuildClusterString(String, Int32) method to build the selector string.
value
Type: SystemInt32
Specifies the number of consecutive resource blocks in a physical uplink shared channel (PUSCH) 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 PuschNumberOfResourceBlocks attribute.The default value is -1. If you set this property to -1, all available resource blocks for the specified bandwidth are configured.

See Also

Log in to get a better experience