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


Glossary Item Box

Gets or sets a value indicating whether the signal contains data transmitted with MCS32.

Syntax

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

Remarks

This is used to disambiguate the two possible flatness limits for a 802.11n 40 MHz signal. If the signal is not 802.11n 40 MHz, this property is ignored.

Requirements

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

See Also