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


subframe
The subframe number (range 0 to 9) whose PDCCH allocation information to retrieve.

Glossary Item Box

Get the number of PDCCH symbols allocated in the indicated subframe.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetPdcchAllocation( _
   ByVal subframe As Integer _
) As Integer
C# 
public abstract int GetPdcchAllocation( 
   int subframe
)
C++/CLI 
public:
abstract int GetPdcchAllocation( 
   int subframe
) 

Parameters

subframe
The subframe number (range 0 to 9) whose PDCCH allocation information to retrieve.

Return Value

The number of PDCCH symbols allocated in the indicated subframe.

Requirements

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

See Also