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


Glossary Item Box

Gets or sets the cell separation method (Downlink only).

Syntax

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

Property Value

The default value is CellBeamSeparationMethod.PSS.

Remarks

see the definition of CellBeamSeparationMethod, when PSS or CRS method is selected, customer needs to tell the interference cell IDInterferenceCellId when spatial filter is selected, customer needs to tell the measured cell beam direction, the horizontal angleCellBeamDirectionPhi and the vertical angleCellBeamDirectionTheta.

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 23.20

See Also