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


Glossary Item Box

Gets the collection of Trigger-Based (TB) users configured via Variant User Info.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property TBUsers As TBUserCollection
C# 
public virtual TBUserCollection TBUsers {get;}
C++/CLI 
public:
virtual property TBUserCollection^ TBUsers {
   TBUserCollection^ get();
}

Remarks

This collection is only used when TBAllocationMode = TBAllocationMode.VariantUserInfo.

Each TBUser in the collection represents a single user's RU allocation via the 40-bit Variant User Info field from the 802.11 specification.

Currently only one user is supported.

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