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


Glossary Item Box

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

Syntax

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

Property Value

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

Remarks

If ResourceMapLengthInSymbols is shorter than the result length, the SymbolStartIndexForResourceMapRepeat specifies where to loop back in the resource map 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 resource map, while a value of one means that the analyzer loops back to the second symbol of the resource map.

Requirements

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

See Also