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


Glossary Item Box

Gets or sets the physical layer Cell ID of this carrier mapping.

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, but default value at creation depends on last item in the CarrierMappingCollection.

Remarks

The Cell ID is used in equations in the physical layer definition to compute synchronization sequences and other values. In cases where a single CarrierMapping is defined, this value is coupled to ComponentCarrier.CellIdentity.

Requirements

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

See Also