Keysight Pathwave 89600 VSA .NET API
TimeGapsRepeatIndex Property
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > FrameDefinition Class : TimeGapsRepeatIndex Property


Glossary Item Box

Gets or sets how to loop back if the end of SetTimeGapPerSymbol is reached.

Syntax

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

Property Value

The default value is 0. The minimum value is zero.

Remarks

When using array set by SetTimeGapPerSymbol , the analyzer needs enough values for the ResultLength. If the array is shorter than that, the TimeGapsRepeatIndex specifies where to loop back to in the array after the end is reached.

The value is specified in terms of symbol number. As an example, a value of zero means that the analyzer loops back to the beginning of the array.

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 29.00

See Also