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


Glossary Item Box

Specifies the PHICH Duration mapping method to be used for sub-frames containing 3 PDCCH symbol allocation.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoAuto detects PHICH Duration from decoded PBCH message bits.
ExtendedApplies 3GPP defined Extended PHICH Duration mapping of PHICH Groups.
NormalApplies 3GPP defined Normal PHICH Duration 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 Normal or Extended PHICH Duration mapping method for sub-frames which contain 3 PDCCH symbol allocations only.

Requirements

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

See Also