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


Glossary Item Box

Specifies the values of phi_1, phi_2, and phi_3 according to Equation 36-12 in 802.11be/D1.0.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
N1N1N1Values -1, -1, -1
N1N1P1Values -1, -1, +1
N1P1N1Values -1, +1, -1
N1P1P1Values -1, +1, +1
P1N1N1Values +1, -1, -1
P1N1P1Values +1, -1, +1
P1P1N1Values +1, +1, -1
P1P1P1Values +1, +1, +1
‡ 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)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.20

See Also