Keysight 89600 VSA .NET API
GetRUDistributionModes Method
See Also 
Agilent.SA.Vsa.Wlan80211N.Interfaces Assembly > Agilent.SA.Vsa.Wlan80211N Namespace > MeasurementExtension Class : GetRUDistributionModes Method


Glossary Item Box

Gets the RU distribution modes for the signal (802.11bn).

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetRUDistributionModes() As RUDistributionMode()
C# 
public virtual RUDistributionMode[] GetRUDistributionModes()
C++/CLI 
public:
virtual array<RUDistributionMode>^ GetRUDistributionModes(); 

Return Value

Returns an array of the currently selected distribution modes. For Standard selections other than 802.11bn, returns null.

Remarks

For 20 MHz and 40 MHz, there is one entry. For 80 MHz and higher, there is one entry per 80 MHz subband. The first entry is the lowest subband in frequency.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also