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


Glossary Item Box

Gets or sets a value indicating whether cross-carrier scheduling is enabled. The property indicates whether the carrier's allocations are defined in its own PDCCH or in another carrier's PDCCH.

Syntax

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

Remarks

This property is meaningful only if the carrier is an LTE-A carrier. Cross-carrier scheduling cannot be enabled 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