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


Glossary Item Box

Gets or sets a value indicating whether the UL user is included in EVM calculations and shown in traces.

Syntax

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

Property Value

The default value is false.

Remarks

Setting the UL user's Include to true sets all its channels' Include to be set to true.

Setting the UL user's Include to false sets all its channels' Include to be set to false.

Requirements

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

See Also