RFmx LTE DotNET

Table of Contents

RFmxLteMXComponentCarrier.SetPhichResource Method

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

RFmxLteMXComponentCarrierSetPhichResource Method

Sets the physical channel hybridARQ indicator channel (PHICH) resource value. This value is expressed in Ng. This method is used to calculate number of PHICH resource groups. Refer to section 6.9 of the 3GPP 36.211 specification for more information about PHICH.

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

Parameters

selectorString
Type: SystemString
Specifies the carrier number, subblock number and subframe number.
Example:
"carrier0" or
"subblock0" or
"subframe0" or
"subblock0/carrier0/subframe0".
You can use the BuildSubframeString(String, Int32) method to build the selector string.
value
Type: NationalInstruments.RFmx.LteMXRFmxLteMXDownlinkUserDefinedPhichResource
Specifies the physical channel hybridARQ indicator channel (PHICH) resource value. This value is expressed in Ng. This method is used to calculate number of PHICH resource groups. Refer to section 6.9 of the 3GPP 36.211 specification for more information about PHICH.

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 PhichResource attribute.The default value is 1/6.

See Also

Log in to get a better experience