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


Glossary Item Box

Gets or sets how Trigger-Based (TB) PPDU RU allocations are configured.

Syntax

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

Property Value

The default value is TBAllocationMode.VariantUserInfo.

Remarks

When set to TBAllocationMode.Legacy, use the detailed RU/User configuration via BandCollection.

When set to TBAllocationMode.VariantUserInfo, use the simplified Variant User Info field configuration (TBUsers).

This property is only applicable when HEFormat = HEFormatSelection.TB.

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.40

See Also