Keysight Pathwave 89600 VSA .NET API
FlexibleSymbols Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pdsch Class : FlexibleSymbols Property


Glossary Item Box

Gets or sets the flexible symbols to be used in the slot format.

Syntax

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

Property Value

The default is 0, indicating no "Flexible" symbols should be allocated to this physical channel.

Remarks

This property helps define the set of symbols reserved for this PDSCH physical channel. This value represents a bitmap to indicate which "Flexible" symbols from the Sfi should be available to this PDSCH physical channel (in every slot). This is applied in coordination with Sfi, FirstSymbolIndex, and LastSymbolIndex.

Requirements

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

See Also