Keysight Pathwave 89600 VSA .NET API
StreamsSelection Enumeration
See Also 
Agilent.SA.Vsa.Wlan80211N.Interfaces Assembly > Agilent.SA.Vsa.Wlan80211N Namespace : StreamsSelection Enumeration


Glossary Item Box

Methods for selecting the number of data streams in the input signal.

Syntax

Visual Basic (Declaration) 
Public Enum StreamsSelection 
   Inherits System.Enum
C# 
public enum StreamsSelection : System.Enum 
C++/CLI 
public enum class StreamsSelection : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AutomaticThe number of data streams is automatically determined by looking at the number of LTF symbols in the signal.
ManualThe number of data streams is determined by the Streams property.
SigThe number of data streams is determined by decoding and interpreting the SIG, HT-SIG, VHT-SIG, HE-SIG, or EHT-SIG symbols.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also