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


subframe
The subframe number (range 0 to 9) whose number of allocated PDCCH symbols is being set.
numberOfSymbols
The number of allocated PDCCH symbols for the specified subframe.

Glossary Item Box

Set the number of PDCCH symbols allocated in the specified subframe.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetPdcchAllocation( _
   ByVal subframe As Integer, _
   ByVal numberOfSymbols As Integer _
) 
C# 
public abstract void SetPdcchAllocation( 
   int subframe,
   int numberOfSymbols
)
C++/CLI 
public:
abstract void SetPdcchAllocation( 
   int subframe,
   int numberOfSymbols
) 

Parameters

subframe
The subframe number (range 0 to 9) whose number of allocated PDCCH symbols is being set.
numberOfSymbols
The number of allocated PDCCH symbols for the specified subframe.

Requirements

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

See Also