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


Glossary Item Box

Gets or sets whether the Cell ID is auto-detected or manually specified

Syntax

Visual Basic (Declaration) 
Public MustOverride Property CellIdMode As CellIdModeType
C# 
public abstract CellIdModeType CellIdMode {get; set;}
C++/CLI 
public:
abstract property CellIdModeType CellIdMode {
   CellIdModeType get();
   void set (    CellIdModeType value);
}

Property Value

The default value is CellIdModeType.Auto.

Requirements

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

See Also