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


Glossary Item Box

Gets or sets a value indicating whether UE-specific RS of the DL user is included in EVM calculations and shown in traces.

Syntax

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

Property Value

The default value is false.

Remarks

This property is valid only in TDD mode.

This property is valid only if IsUersActive is true.

Requirements

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

See Also