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


Glossary Item Box

Gets or sets the physical layer Cell ID.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property CellIdentity As Integer
C# 
public abstract int CellIdentity {get; set;}
C++/CLI 
public:
abstract property int CellIdentity {
   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)

See Also