Keysight Pathwave 89600 VSA .NET API
IsRUInclude Property
See Also 
Agilent.SA.Vsa.Wlan80211N.Interfaces Assembly > Agilent.SA.Vsa.Wlan80211N Namespace > HEResourceUnit Class : IsRUInclude Property


Glossary Item Box

Gets or sets a value indicating whether the RU is included or not. For the RU used for the compression mode, this has no effect.

Syntax

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

Property Value

The default value is true (included). For 802.11be, allocation index 24, the center RU26 is punctured and cannot be included.

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 22.00

See Also