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


Glossary Item Box

Gets or sets a value indicating whether UE-specific RS is present for the DL user

Syntax

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

Property Value

The default value is false.

Remarks

This property is valid only in TDD mode.

Requirements

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

See Also