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


Glossary Item Box

Gets or sets a value indicating the last symbol index in a slot used by this physical channel.

Syntax

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

Property Value

Default value is 0. Range of value varies depending on selected format: Format 0: 0 through 13 Format 1: 0 through 10 Format 2: 0 through 13 Format 3: 0 through 10 Format 4: 0 through 10

Requirements

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

See Also