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


Glossary Item Box

Gets or sets how the UE-specific RS weights are displayed in the UE-specific RS weights table.

Syntax

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

Property Value

The default value is UersWeightsDisplayModeType.PerUser.

Requirements

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

See Also