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


allocationSignaling
matchedFound

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function GenerateAllocationStructViaSignaling( _
   ByVal allocationSignaling As String, _
   ByRef matchedFound As Boolean _
) As AllocationStruct
C# 
public static AllocationStruct GenerateAllocationStructViaSignaling( 
   string allocationSignaling,
   out bool matchedFound
)
C++/CLI 
public:
static AllocationStruct^ GenerateAllocationStructViaSignaling( 
   String^ allocationSignaling,
   [Out] bool matchedFound
) 

Parameters

allocationSignaling
matchedFound

Requirements

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

See Also