Keysight Pathwave 89600 VSA .NET API
ActiveIndexes Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > SSBlock Class : ActiveIndexes Property


Glossary Item Box

Gets or sets the indexes (zero-based) on which the SS/PBCH physical channels are reserved.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ActiveIndexes As Long
C# 
public abstract long ActiveIndexes {get; set;}
C++/CLI 
public:
abstract property int64 ActiveIndexes {
   int64 get();
   void set (    int64 value);
}

Property Value

Each bit within this value represents an active index. If '1' the index is considered active. Default value depends on Lmax, set to reserve all indexes.

Remarks

The opportunities for SS/PBCH block transmission are limited by the Lmax configuration. This determines the set of potential indexes as 0 to 3 (Lmax.L4), or 0 to 8 (Lmax.L8), or 0 to 63 (Lmax.L64). The active indexes are the set of potential transmissions which are reserved for SS/PBCH usage and cannot be scheduled for other transmissions. Any index not within the set of active indexes is available for other transmission (most often by Pdsch transmission within a DLBwp). NOTE: If any DLBwp are active, the analyzer will assume Pdsch is punctured to avoid transmitting on subcarriers associated with the SS/PBCH active indexes.

Requirements

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

See Also