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


meas
selectedBandIndex
isRestoring
checkSanityOnly

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Sub UpdateMeasRUCollectionViaAllocationSignaling( _
   ByVal meas As MeasurementExtension, _
   ByVal selectedBandIndex As Integer, _
   ByVal isRestoring As Boolean, _
   Optional ByVal checkSanityOnly As Boolean _
) 
C# 
public static void UpdateMeasRUCollectionViaAllocationSignaling( 
   MeasurementExtension meas,
   int selectedBandIndex,
   bool isRestoring,
   bool checkSanityOnly
)
C++/CLI 
public:
static void UpdateMeasRUCollectionViaAllocationSignaling( 
   MeasurementExtension^ meas,
   int selectedBandIndex,
   bool isRestoring,
   bool checkSanityOnly
) 

Parameters

meas
selectedBandIndex
isRestoring
checkSanityOnly

Requirements

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

See Also