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


Glossary Item Box

Gets or sets how the number of spatial streams is determined.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property StreamsSelection As StreamsSelection
C# 
public abstract StreamsSelection StreamsSelection {get; set;}
C++/CLI 
public:
abstract property StreamsSelection StreamsSelection {
   StreamsSelection get();
   void set (    StreamsSelection value);
}

Property Value

The default value is StreamsSelection.Automatic.

Remarks

If this is StreamsSelection.Automatic, the number of spatial streams is determined by looking at the number of HT-LTF or VHT-LTF symbols in the input signal. If the value is StreamsSelection.Sig, the number of spatial streams is determined by decoding and interpreting the SIG, HT-SIG, and/or VHT-SIG symbols. If the value is StreamsSelection.Manual, the number of spatial streams is specified by the Streams property.

Requirements

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

See Also