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


Glossary Item Box

Gets or sets a value indicating whether the MU-MIMO HE-LTF subfield of the Common Info field in the corresponding Trigger Frame is set to 1.

Syntax

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

Remarks

Only applicable when the following are true:

  • Trigger-Based frame (HEFormat=HEFormatSelection.TB)
  • Only one full-band RU allocation (e.g. RU242 for 20 MHz bandwidth)
  • MU-MIMO (more than one measurement channel)
  • HE-LTF Mode is either 2x HE-LTF + 1.6 μs GI or 4x HE-LTF + 3.2 μs GI

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