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


Glossary Item Box

Gets or sets the size of the compression mode (non-OFDMA) M/RU.

Syntax

Visual Basic (Declaration) 
Public Overridable Property RUSize As Integer
C# 
public virtual int RUSize {get; set;}
C++/CLI 
public:
virtual property int RUSize {
   int get();
   void set (    int value);
}

Remarks

This value should be a full bandwidth RU (242, 484, 996, 1992, 3984) except in the 160 MHz 11be TB PPDU where it can be a 996+484+242 MRU (RUSize = 1722).

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 28.00

See Also