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


Glossary Item Box

Gets a vector indicating which slots are allocated to this user.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetAllocatedSlots() As Boolean()
C# 
public abstract bool[] GetAllocatedSlots()
C++/CLI 
public:
abstract array<bool>^ GetAllocatedSlots(); 

Return Value

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