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


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property FlexibleSymbols As Integer
C# 
public virtual int FlexibleSymbols {get; set;}
C++/CLI 
public:
virtual 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 search space. This value represents a bitmap to indicate which "Flexible" symbols from the Sfi should be available to this search space (in every slot). This is applied in coordination with Sfi.

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 24.20

See Also