Visual Basic (Declaration) | |
---|---|
Public MustOverride Property ActiveIndexes As Long |
C# | |
---|---|
public abstract long ActiveIndexes {get; set;} |
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.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.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)