Keysight Pathwave 89600 VSA .NET API
SetAllocatedSlotIndexes(Int32,Int32) Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pucch Class > SetAllocatedSlotIndexes Method : SetAllocatedSlotIndexes(Int32,Int32) Method


startSlotIndex
The first zero-based slot index allocated to this physical channel.
slotCount
The number of contiguous slots to allocate to this physical channel.

Glossary Item Box

Sets a single contiguous set of slots to be allocated for this physical channel.

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub SetAllocatedSlotIndexes( _
   ByVal startSlotIndex As Integer, _
   ByVal slotCount As Integer _
) 
C# 
public abstract void SetAllocatedSlotIndexes( 
   int startSlotIndex,
   int slotCount
)
C++/CLI 
public:
abstract void SetAllocatedSlotIndexes( 
   int startSlotIndex,
   int slotCount
) 

Parameters

startSlotIndex
The first zero-based slot index allocated to this physical channel.
slotCount
The number of contiguous slots to allocate to this physical channel.

Remarks

This method allows a single contiguous allocation of slots to be defined. If a more complex or non-contiguous allocation use SetAllocatedSlotIndexes(Int32[],Int32[]). Inspect the results of GetAllocatedSlotIndexes to see the current set of slot indexes allocated to this physical channel.

Requirements

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

See Also