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


Glossary Item Box

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

Syntax

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

Property Value

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

Remarks

When using values in the ResourceMap or ResourceModulation arrays, the analyzer needs enough values for the number of used subcarriers (FftLength - GuardLowerSubcarriers - GuardUpperSubcarriers) times the ResultLength. If these arrays are shorter than that, the ResourceRepeatIndex 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, while a value of one means that the analyzer loops back to entry number (FftLength - GuardLowerSubcarriers - GuardUpperSubcarriers) in the array.

Requirements

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

See Also