Keysight Pathwave 89600 VSA .NET API
CellId Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > CarrierConfiguration Class : CellId Property


Glossary Item Box

Gets or sets the physical layer Cell ID.

Syntax

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

Property Value

The default value is 0. The minimum value is 0 and the maximum value is 1007.

Remarks

The Cell ID is used in equations in the physical layer definition to compute synchronization sequences and other values.

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 27.40

See Also