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


Glossary Item Box

Gets or sets how to loop back if the end of the specified cyclic prefix/suffix guard interval property arrays is reached.

Syntax

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

Property Value

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

Remarks

When using values specified in the cyclic prefix (SetGuardIntervalPerSymbol) and cyclic suffix (SetCyclicSuffixPerSymbol) guard interval property arrays, the analyzer needs enough values for the ResultLength. If the specified arrays are shorter than ResultLength, the CP/CS repeat index (GuardIntervalRepeatIndex) property specifies where to loop back to within the arrays after the end is reached.

The CP/CS repeat index (GuardIntervalRepeatIndex) 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 21.00

See Also