Keysight Pathwave 89600 VSA .NET API
CellIdentity Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > MeasurementExtension 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 0. The minimum value is 0 and the maximum value is 503.

Remarks

This value of this property is ignored if CellIdMode is CellIdModeType.Auto.

Requirements

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

See Also