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


Glossary Item Box

Gets or sets the length of the resource map in number of symbols.

Syntax

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

Property Value

The default value is 64. The minimum value is 1.

Remarks

This value defines the total symbol number of the resource map defined by all the allocations in Allocations. If the result length is bigger than length of the resource map, SymbolStartIndexForResourceMapRepeat is used to decide where to loop back in the resource map after the end is reached.

Requirements

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

See Also