RFmxLteMXDownlinkUserDefinedPhichResource Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXDownlinkUserDefinedPhichResource Enumeration
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.
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 enum RFmxLteMXDownlinkUserDefinedPhichResource
Public Enumeration RFmxLteMXDownlinkUserDefinedPhichResource
Members
| Member name | Value | Description | |
|---|---|---|---|
| OneSixth | 0 | Specifies the PHICH resource value is 1/6. | |
| Half | 1 | Specifies the PHICH resource value is 1/2. | |
| One | 2 | Specifies the PHICH resource value is 1. | |
| Two | 3 | Specifies the PHICH resource value is 2. |