Keysight Pathwave 89600 VSA .NET API
GetAvailableSpatialMapping Method
See Also 
Agilent.SA.Vsa.Wlan80211N.Interfaces Assembly > Agilent.SA.Vsa.Wlan80211N Namespace > SignalingAndMappingHelper Class : GetAvailableSpatialMapping Method


userNum
channelCount

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function GetAvailableSpatialMapping( _
   ByVal userNum As Integer, _
   ByVal channelCount As Integer _
) As List(Of String)
C# 
public static List<string> GetAvailableSpatialMapping( 
   int userNum,
   int channelCount
)
C++/CLI 
public:
static List<String^>^ GetAvailableSpatialMapping( 
   int userNum,
   int channelCount
) 

Parameters

userNum
channelCount

Requirements

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

See Also