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


Glossary Item Box

Gets or sets the serving cell index of the carrier whose PDCCH contains the allocations for this SCell.

Syntax

Visual Basic (Declaration) 
Public Overridable Property SchedulingCellId As Integer
C# 
public virtual int SchedulingCellId {get; set;}
C++/CLI 
public:
virtual property int SchedulingCellId {
   int get();
   void set (    int value);
}

Remarks

This property is meaningful only if the carrier is an LTE-A carrier. If IsCrossCarrierSchedulingEnabled is false, this property is set to the same value as ServingCellIndex. Setting the property has no effect for the PCell, i.e. the cell with the ServingCellIndex of 0.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 19.00

See Also