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


Glossary Item Box

Gets or sets a value indicating the slot index (relative to the start of the frame) of the first slot in the captured data.

Syntax

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

Property Value

The default value is 0.

Remarks

When the AcquisitionMode is AcquisitionMode.SlotTrigger, this value is the index of the slot whose start boundary is aligned with the external trigger used for data capture. FirstSlotIndex along with ResultLength and ResultLengthAdditionalSlots are used to indicate which slots are captured for the measurement, and this information will be used to decide which slot is used for the synchronization. The numerology used to define the slot index is the minimum numerology used inside the signal configuration, ResourceGridCollection.

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 26.20

See Also