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


Glossary Item Box

Gets or sets a value indicating whether PDCCH Symbol Allocations is constant for all sub-frames or not.

Syntax

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

Property Value

The default values is true.

Remarks

When true, user can specify single value for all sub-frames. When false, user can specify different value for each subframe This parameter is ignored if IsPdcchAllocationAutoDetected is set to true.

Requirements

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

See Also