Keysight Pathwave 89600 VSA .NET API
GetAllocatedSlotIndexes Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Csirs Class : GetAllocatedSlotIndexes Method


Glossary Item Box

Gets the set of slot indexes allocated for this physical channel.

Syntax

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

Return Value

An array of slot indexes allocated for this physical channel

Requirements

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

See Also