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


Glossary Item Box

Gets or sets a value indicating the span of symbol bitmap.

Syntax

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

Remarks

The symbol bitmap span determines the length of the symbol bitmap. If SymbolBitmapSpan is SymbolBitmapSpan.OneSlot, the bitmap has 14 bits. Otherwise, it has 28 bits.

Requirements

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

See Also