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


Glossary Item Box

Gets or sets a value indicating the result length in slots besides the result length in subframes.

Syntax

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

Property Value

The default value is 0.

Remarks

The overall result length in slots is ResultLength * slotsPerSubframe + ResultLengthAdditionalSlots , and slotsPerSubframe varies with the minimum numerology used in the signal, for example, if the minimum numerology is 30kHz, slotsPerSubframe is 2. ResultLengthAdditionalSlots, along with ResultLength, AnalysisStartBoundary, AcquisitionMode, as well as the period of the sync signal determines the amount of data acquired. The numerology used to define the slot number 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