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


Glossary Item Box

Gets or sets a value indicating whether the PRACH occasions are defined by the occasion indexes or not.

Syntax

Visual Basic (Declaration) 
Public Overridable Property OccasionIndexEnabled As Boolean
C# 
public virtual bool OccasionIndexEnabled {get; set;}
C++/CLI 
public:
virtual property bool OccasionIndexEnabled {
   bool get();
   void set (    bool value);
}

Property Value

The default value is true.

Remarks

The time domain allocation parameters of one occasion are PrachOccasion.SubframeIndex for FR1 or PrachOccasion.SlotIndex for FR2, PrachOccasion.PrachSlotIndex and PrachOccasion.TimeOccasionIndexWithinPrachSlot. The frequency domain allocation parameters of one occasion is PrachOccasion.FrequencyOccasionIndex. Each RACH occasion is sequentially numbered, first, in increasing order of frequency resource indexes for frequency multiplexed PRACH occasions; second, in increasing order of time resource indexes for time multiplexed PRACH occasions within a PRACH slot and Third, in increasing order of indexes for PRACH slots. When this value is true, all the time domain and frequency domain allocation parameters of the occasions are calculated using PrachOccasion.OccasionIndex. When this value is false, PrachOccasion.OccasionIndex is calculated using all the time domain and frequency domain allocation parameters of that occasion.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.40

See Also