Keysight Pathwave 89600 VSA .NET API
PhichAllocationType Enumeration
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace : PhichAllocationType Enumeration


Glossary Item Box

Specifies the PHICH Allocation size to be used for PHICH resource element group mappings.

Syntax

Visual Basic (Declaration) 
Public Enum PhichAllocationType 
   Inherits System.Enum
C# 
public enum PhichAllocationType : System.Enum 
C++/CLI 
public enum class PhichAllocationType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AutoAuto detects PHICH Allocation from decoded PBCH message bits.
Value1Applies 3GPP defined PHICH Allocation value 1 mapping of PHICH Groups.
Value1By2Applies 3GPP defined PHICH Allocation value 1/2 mapping of PHICH Groups.
Value1By6Applies 3GPP defined PHICH Allocation value 1/6 mapping of PHICH Groups.
Value2Applies 3GPP defined PHICH Allocation value 2 mapping of PHICH Groups.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

Allows user to select either 1/6, 1/2, 1, or 2 PHICH Allocation sizes as specified by 3GPP for PHICH resource element group mappings.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also