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


Glossary Item Box

Gets or sets the serving cell index.

Syntax

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

Property Value

Value 0 corresponds to the PCell. SCells have a value in the range of 1 to 7.

Remarks

This property is meaningful only if the carrier is an LTE-A carrier.

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