Keysight Pathwave 89600 VSA .NET API
SetAllocatedSlots Method
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > DownlinkUser Class : SetAllocatedSlots Method


bitmap
A 40 element vector of booleans where the index indicates the slot and the value indicates whether the slot is allocated to this user.

Glossary Item Box

Specifies which slots are allocated to a downlink user.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetAllocatedSlots( _
   ByVal bitmap() As Boolean _
) 
C# 
public abstract void SetAllocatedSlots( 
   bool[] bitmap
)
C++/CLI 
public:
abstract void SetAllocatedSlots( 
   array<bool>^ bitmap
) 

Parameters

bitmap
A 40 element vector of booleans where the index indicates the slot and the value indicates whether the slot is allocated to this user.

Requirements

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

See Also