Keysight Pathwave 89600 VSA .NET API
PhichMIDefinition Property
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class : PhichMIDefinition Property


Glossary Item Box

Gets or sets the definition of m(i) to define the specific PHICH configuration for different sub-frames (TDD only).

Syntax

Visual Basic (Declaration) 
Public MustOverride Property PhichMIDefinition As PhichMIDefinitionType
C# 
public abstract PhichMIDefinitionType PhichMIDefinition {get; set;}
C++/CLI 
public:
abstract property PhichMIDefinitionType PhichMIDefinition {
   PhichMIDefinitionType get();
   void set (    PhichMIDefinitionType value);
}

Property Value

The default value is PhichMIDefinitionType.Standard211.

Requirements

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

See Also